Search found 6 matches

by jdsousa
2014-05-15T02:00:21-07:00
Forum: Magick++
Topic: [PS Error]TIFF changes from MSB to LSB after adding metadata
Replies: 6
Views: 16840

Re: [PS Error]TIFF changes from MSB to LSB after adding meta

That did not work, i am sticking to the solution i have found.

Thank you for your time!
by jdsousa
2014-04-30T03:22:12-07:00
Forum: Magick++
Topic: [PS Error]TIFF changes from MSB to LSB after adding metadata
Replies: 6
Views: 16840

Re: [PS Error]TIFF changes from MSB to LSB after adding meta

Ok, after your comment and a good coffee, i decided to try something else and it worked. I looked where the "tiff:endian" value was readed and what was the function used. So i found that on the WriteTIFFImage (~Ln #2808, tiff.c) it was used GetImageOption(...) changed it to GetImagePropert...
by jdsousa
2014-04-30T02:30:33-07:00
Forum: Magick++
Topic: [PS Error]TIFF changes from MSB to LSB after adding metadata
Replies: 6
Views: 16840

Re: [PS Error]TIFF changes from MSB to LSB after adding meta

Hello, thank you for anwsering. On ReadTIFFImage i've tried: (void) SetImageArtifact(image,"tiff:endian",TIFFIsBigEndian(tiff) == 0 ? "lsb" : "msb"); (void) SetImageProperty(image,"tiff:endian",TIFFIsBigEndian(tiff) == 0 ? "lsb" : "msb"); (...
by jdsousa
2014-04-29T10:51:27-07:00
Forum: Bugs
Topic: convert tiff to tiff breaks files
Replies: 11
Views: 27881

Re: convert tiff to tiff breaks files

Hello,

Sorry for bumping, but i'm having a problem, very similar to this one with the 6.8.9 version. (using Magick++)

more details in: viewtopic.php?f=23&t=25502
by jdsousa
2014-04-29T10:16:54-07:00
Forum: Magick++
Topic: [PS Error]TIFF changes from MSB to LSB after adding metadata
Replies: 6
Views: 16840

[PS Error]TIFF changes from MSB to LSB after adding metadata

Hello, this is my first post on this forum because i'm having a problem that is driving me nuts. (like most of the people that places a post here) This problem may be related with the tiff library and not the c++ part, but since i'm using Magick++ i decided to post here. I have an image that was cre...