I need some image programming advice
photography | (26)
I am trying to build a high resolution image that consist of vertical lines from other images.
To be exact: I want to build an image that is 3888x2592 pixels. I want to build it using 3888 vertical lines that are 2592 pixels high. I have a folder with 3888 high resolution images and the new image should be build by extracting vertical line number one from the first picture, vertical line number two from the second picture, vertical line number three from the third picture and so on.
Here is a very simple illustration:
Click illustration to enlarge.
It would be possible to ...