Search found 4 matches
- 2012-11-06T09:56:24-07:00
- Forum: Bugs
- Topic: dpx:television.time.code causes corruption of the heap
- Replies: 18
- Views: 33080
Re: dpx:television.time.code causes corruption of the heap
see http://www.imagemagick.org/discourse-server/viewtopic.php?f=4&t=21269 Thanks. Not sure how the link relates to the timecode header issue and auto grayscale conversion, though. Just indicating that grayscale images in IM are now linear (darker) than they used when by default they were sRGB (non ...
- 2012-11-06T02:04:46-07:00
- Forum: Bugs
- Topic: dpx:television.time.code causes corruption of the heap
- Replies: 18
- Views: 33080
Re: dpx:television.time.code causes corruption of the heap
Thanks. Not sure how the link relates to the timecode header issue and auto grayscale conversion, though.fmw42 wrote:see viewtopic.php?f=4&t=21269
- 2012-11-05T10:10:26-07:00
- Forum: Bugs
- Topic: dpx:television.time.code causes corruption of the heap
- Replies: 18
- Views: 33080
Re: dpx:television.time.code causes corruption of the heap
Add -type truecolor to your command line to force a RGB image type. Thanks! Tried it and it seems to work exactly as expected. :-) On a side note, is the conversion to Grayscale the default behaviour for ImageMagick (I guess it's attempting to limit file size whenever possible, and sees a grayscale ...
- 2012-11-05T07:46:53-07:00
- Forum: Bugs
- Topic: dpx:television.time.code causes corruption of the heap
- Replies: 18
- Views: 33080
Re: dpx:television.time.code causes corruption of the heap
I am facing the same issues described above by bydersjoint with a timecode header adjustment corrupting a DPX file. This is using version 6.8.0-2_0+q16 in a Mac terminal. If I run the following I see differing results on different image types: convert TEST.dpx -define dpx:television.time.code=01:00 ...