Please help.
For my project I need to resize 300 000 images (*.jpeg) from a folder on my computer to the size 5x7 pixels.
Now I manually take the images from my folder, resize and put them together in a particular order (left to right, row after row - just as letters in a text) which creates a pattern. I use Photoshop to reduce the size of every image and to put them together. So in the end there should be a jpeg of the following size: 547 images wide BY 547 images high (equals 547x547=~300.000)
therefore:
547 images x 7 pixels = 3829 pixels WIDE
547 images x 5 pixels = 2735 pixels HIGH
(based on the size of the reduced film frames the final pattern will equal)
To do it manually it will take me ... months.
Is there any way to do it using Processing. Please help.
I am a beginner so can you please explane in details?
Thanks a lot!
For my project I need to resize 300 000 images (*.jpeg) from a folder on my computer to the size 5x7 pixels.
Now I manually take the images from my folder, resize and put them together in a particular order (left to right, row after row - just as letters in a text) which creates a pattern. I use Photoshop to reduce the size of every image and to put them together. So in the end there should be a jpeg of the following size: 547 images wide BY 547 images high (equals 547x547=~300.000)
therefore:
547 images x 7 pixels = 3829 pixels WIDE
547 images x 5 pixels = 2735 pixels HIGH
(based on the size of the reduced film frames the final pattern will equal)
To do it manually it will take me ... months.
Is there any way to do it using Processing. Please help.
I am a beginner so can you please explane in details?
Thanks a lot!
1