All Questions
2 questions
0
votes
2
answers
2k
views
Imagemagick jpeg compression failing to convert some TIFF to Pyramid TIFF, but not all
I am using the following loop convert about 250 .tif files to tiled pyramid .tif file, each file is about 15 to 35 mb:
for i in *.tif; do convert $i -define tiff:tile-geometry=256x256 -compress jpeg '...
2
votes
1
answer
346
views
Window Desktop Tools for Creating Tiled Multi-Resolution TIFFs (for IIPImage) [closed]
I am trying to create Tiled Multi-Resolution TIFFs for use with IIPImage. They recommend two Unix-based command line tools (VIPS and ImageMagick) for doing this.
Is there a Microsoft Windows (GUI) ...