Tagged Questions
0
votes
0answers
96 views
Gigapixel Panorama not loading after converted with imagemagick
I made a 3GB tif panorama, but as 3GB is a too big size to open in a computer with a 3Gb RAM, i converted it to JPG
convert input.tif output.jpg
The result was a 15Mb(?!?) JPG, which i am unable ...
2
votes
0answers
471 views
Using Image Magick Convert to Change Channel Depth?
I want to change an image depth of bitmap for testing purposes. Right now I am trying to get a 2 bit palette image, and a 4444 Hicolor image.
I have a true color bitmap. I used the below command ...