Search found 2 matches

by rluchin
2012-07-17T03:47:12-07:00
Forum: Bugs
Topic: Problem with -normalize in 7.6.8 for gray scale images
Replies: 6
Views: 11555

Re: Problem with -normalize in 7.6.8 for gray scale images

Thanks for the replys.
auto-level was a typo sorry.

Anyway even after moving +adjoin further to the end and with using -contrast-stretch 0 there is still a error in my opinion.

To illustrate I put the data and the converted images to my webpage:

OK is the command with the old Image magick 6.7.6 ...
by rluchin
2012-07-13T07:31:38-07:00
Forum: Bugs
Topic: Problem with -normalize in 7.6.8 for gray scale images
Replies: 6
Views: 11555

Problem with -normalize in 7.6.8 for gray scale images

Dear all,

I have a script which converts raw date (unsigned 16bit integer) from an MRI maschin to png etc.
I use the command:
convert -endian LSB -size 256x256 -depth 16 -normalize +adjoin gray:$file $outfilename\_%03d.png

Till 6.7.6 (including) I got multiple images all nice scaled.

I upgraded ...