Plotting noise
Posted: 2014-08-28T18:24:59-07:00
I'm very new to Imagemagick, but I'm amazed by what it can do.
I'm trying to use it to create a plot of the noise an image of a gradient using data from the command:
C:\temp>convert gimp16bit.tif -crop 1x0+960+0 miff:- | convert - txt:test.txt
The point of the exercise is to identify when an image has been dithered down to a lower bit depth, even when it is carried in a higher bit depth file format. Some programs do not allow you to turn off dither, but it is hard to know if it is present, especially if you do not have equipment that allows you to visually discriminate it.
I would like to be able to plot at least 1k points in order to see the differences between 8bit and 10bit images without resorting to Excel.
Any advice is greatly appreciated.
Don
I'm trying to use it to create a plot of the noise an image of a gradient using data from the command:
C:\temp>convert gimp16bit.tif -crop 1x0+960+0 miff:- | convert - txt:test.txt
The point of the exercise is to identify when an image has been dithered down to a lower bit depth, even when it is carried in a higher bit depth file format. Some programs do not allow you to turn off dither, but it is hard to know if it is present, especially if you do not have equipment that allows you to visually discriminate it.
I would like to be able to plot at least 1k points in order to see the differences between 8bit and 10bit images without resorting to Excel.
Any advice is greatly appreciated.
Don