Cameronch
07-24-2005, 08:05 PM
Okay, so this is the first time i've even looked at scripting, but i have a pretty easy task for scripting for a first go.
I have a folder of sequentially named jpg files that are all the same size. They are all 352x240 pixels.
This is what i want to try to do with those images:
==========================================
I want to make a long horizontal image 'stacking then offsetting" each image as 3px wide verticle strips. So, 3 pixels of each image would become part of the main image. Each of the 3x240 images would get placed in to a master document in order from left to right.
I would want the 3px sample to come from the center of the image (so about 175 pixels) from the top right.
The total dimension of the image that i would try to create in the end would be approximately 1500 pixels wide by 240 pixels tall (3px * 300 + 352 * 2).
=============================================
I know this probably sound sort of useless to you guys/gals, but i saw someone take a movie, and sample parts of each frame and stack them offset horizontally to make a really cool abstract image and i am trying it out myself.
Any help getting me on the right track would be appreciated, I am a strong with web coding but am pretty much a lame programmer.
Thanks a million.
I have a folder of sequentially named jpg files that are all the same size. They are all 352x240 pixels.
This is what i want to try to do with those images:
==========================================
I want to make a long horizontal image 'stacking then offsetting" each image as 3px wide verticle strips. So, 3 pixels of each image would become part of the main image. Each of the 3x240 images would get placed in to a master document in order from left to right.
I would want the 3px sample to come from the center of the image (so about 175 pixels) from the top right.
The total dimension of the image that i would try to create in the end would be approximately 1500 pixels wide by 240 pixels tall (3px * 300 + 352 * 2).
=============================================
I know this probably sound sort of useless to you guys/gals, but i saw someone take a movie, and sample parts of each frame and stack them offset horizontally to make a really cool abstract image and i am trying it out myself.
Any help getting me on the right track would be appreciated, I am a strong with web coding but am pretty much a lame programmer.
Thanks a million.