Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
but result differs against original in colour and size too. Colour of the result image is more darker than original (i've tried also -quality, -colorspace functions)
Same problem i see in converting FIT, FITS to PNG or only displaying FIT, FITS. Displayed/converted FITS has more black and constrast places than original.
Im working with 8bit grayscale astrophotos of Sun surface and with imagemagick i want to optimize further photos processing.
what version of IM and platform are you using? grayscale images are now handled as linear rather than sRGB. but there was a transition so some versions of IM may have bugs.
does it happen without the resize?
can you post a link to one of your grayscale images?
otherwise perhaps try
convert grayscale.png -colorspace sRGB -resize ... result
No that is not 1000 times, it is 1000 pixels wide!!!!
For a 1000 times resize you would use 100000%
Or using IMv7 'magick' command you can use -resize '%[fx:w*1000]x' to DIY the calculation yourself!
That was my last update to IMv7 CLI. I have been snowed by 'life' since, but trying to get this into 'setting' arguments (like -size) as well as for 'operator' arguments such as the -resize.
Documentation of convert -resize command is huge. I hope that you help me. I have another but similar issue about converting and displaying FITS, FIT images.