Message Boards Message Boards

0
|
2222 Views
|
0 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Problem with Export of non-square TIFF

Posted 10 years ago

Hi,

The Export[] function with an Image object as designated “TIFF” file is not working correctly.

 imglila=Image[lila6xx,"Byte",ColorSpace->"GrayScale”]

    Export[outdir<>"lila"<>StringTake["00"<>ToString[n],-3]<>".jpg",imglila,"JPEG”]  (*<— this one is Working correctly*)

    Export[outdir<>"lila"<>StringTake["00"<>ToString[n],-3]<>”.tif",imglila,”TIFF”]  (*<— this one is working incorrectly*)

If the image is from an n x n matrix then the “TIFF” version also looks OK. If it is from an n x m matrix, then it is cooked. Does anyone else have this problem?

János

POSTED BY: Janos Lobb
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract