Originally Posted by
ajgreeny
I have just used imagemagick to convert a positive photograph to negative then used nomacs to invert that image back to positive.
All went very well with no real difference between the original and the double converted.
Just to be sure I also did this in both directions, positive to negative then negative to positive 3 times each using the most recently converted image so I ended with 4 versions of each image, positive and negative.
I could detect no difference between the 8 total of images and all exif data was retained etc etc. and the images all appeared visually identical
The command used was very simple
Code:
convert positive.jpg -negate negative.jpg
Why not give it a try?
Hi ajgreeny,
Thanks for your advice.
I have tried long time ago on Terminal running
Code:
$ convert negative.jpg -negate positive.jpg
The quality of the postive.jpg was poor.
I just tried it again, with the same poor positive image resulted. No improvement
Regards