Search found 2 matches

by Srividya
2012-01-18T03:39:54-07:00
Forum: Users
Topic: Conversion to pyramidal tiled tiff
Replies: 4
Views: 20257

Re: Conversion to pyramidal tiled tiff

Hi,
The image size is 3264x2448. What I meant was that this image is captured at 100x resolution. (My earlier post was wrongly worded).

And even if I specify the tile-geometry as 128*128, still tiles of 256*256 are generated.

Also, the details given by identify for the outputImg.tif is as follows ...
by Srividya
2012-01-17T19:24:02-07:00
Forum: Users
Topic: Conversion to pyramidal tiled tiff
Replies: 4
Views: 20257

Conversion to pyramidal tiled tiff

I am trying to convert a jpg to pyramidal tiled tiff file.
I am using ImageMagic 6.7.4.6. I used the command
convert inputImg.jpg -define tiff:tile-geometry=128x128 -compress jpeg ptif:outputImg.tif

I have a couple of questions/observations in this regard
1. Irrespective of the tile width and ...