Adding 2 images and looping values?
Posted: 2015-07-27T18:14:52-07:00
Hello everyone,
just a quick question as I'm working on a GUI for Imageagick in python using PAGE and I'm working on some plug-in effects (The tool is going to be a total freebie) my question is can something like this be done :
pixel 1 on image 1 and pixel 1 on image 2.
200,200,200 image 1 pixel 1
127,127,127 image 2 pixel 1
To make image 3 pixel 1 the value of 200+127 = 327-255= 72
To get 72,72,72 as the pixel value in other words combining 2 images but looping the excess I can do this manually with imagej and excel but it's a pain in several places.
All the help is greatly appreciated.
PandoraBox
just a quick question as I'm working on a GUI for Imageagick in python using PAGE and I'm working on some plug-in effects (The tool is going to be a total freebie) my question is can something like this be done :
pixel 1 on image 1 and pixel 1 on image 2.
200,200,200 image 1 pixel 1
127,127,127 image 2 pixel 1
To make image 3 pixel 1 the value of 200+127 = 327-255= 72
To get 72,72,72 as the pixel value in other words combining 2 images but looping the excess I can do this manually with imagej and excel but it's a pain in several places.
All the help is greatly appreciated.
PandoraBox