Negative images

Don't know where to start, or stuck on a certain problem? Drop by and tell us about it. Feel like helping others? Start here.

Negative images

Postby Hasher » 11 Feb 2012, 10:34

Hi all


I am wonder if anyone knows of software ,preferably with command line support, that detects and converts negative images . Like a file negative to a positive image. Dont need colour support.

Thanks
Paul
Hasher
 
Posts: 69
Joined: 26 Sep 2009, 03:05

Re: Negative images

Postby VIII » 11 Feb 2012, 17:53

I'm not a photography expert, so maybe I'm missing something, but I'm not sure how software would reliably detect negatives. But if you know an image is a gray-scale negative, I think you could do image inversion in Gimp or Photoshop. I doubt you could do it with a command line, but if you're using Windows, you could probably write something to do most of the work with AutoHotKey or similar utilities.
VIII
 
Posts: 3
Joined: 05 Feb 2012, 05:44

Re: Negative images

Postby Gerard » 11 Feb 2012, 18:11

can you post such a negative image and tell more about the situation, image magic can do such task or imagej
User avatar
Gerard
 
Posts: 153
Joined: 17 Oct 2010, 07:15
Location: Berlin (Germany)

Re: Negative images

Postby Anonymous2 » 14 Feb 2012, 10:59

We might have different understandings of the word "negate", but ImageMagick can handle all of those cases:

Code: Select all
convert black-white.png -negate white-black.png
convert upside-down.png -rotate 180 rightside-up.png
convert upside-down.png -flip rightside-up.png


Making this work automatically would be a pain for Windows, but for Linux and Mac, it's quite easy to do.
Anonymous2
 
Posts: 97
Joined: 18 Oct 2011, 16:05

Re: Negative images

Postby Hasher » 15 Feb 2012, 07:59

Hi all

this is what i mean by a negative image , just want a black and white output back to positive
thx , will try imagemagick as well
Image
Hasher
 
Posts: 69
Joined: 26 Sep 2009, 03:05


Return to HELP

Who is online

Users browsing this forum: No registered users and 1 guest