How to create pyramid tiff files with JMagic
Posted: 2007-10-24T07:01:58-07:00
Hello
I would like to see a complete example in order to create a pyramid encoded TIFF image.
I have tried the following code but in some programs the image is not recognized as .ptif:
//get the image//
ImageInfo info = new ImageInfo(calePoza);
MagickImage image = new MagickImage(info);
image.setFileName("image.ptif");
image.writeImage(info);
//
Best regards
Emil
I would like to see a complete example in order to create a pyramid encoded TIFF image.
I have tried the following code but in some programs the image is not recognized as .ptif:
//get the image//
ImageInfo info = new ImageInfo(calePoza);
MagickImage image = new MagickImage(info);
image.setFileName("image.ptif");
image.writeImage(info);
//
Best regards
Emil