Hi Anthony,
Aaah that's annoying, yesterday I was looking everywhere for a command similar to -negate... clearly was looking in all the wrong places!
Thanks so much, that worked perfectly!!
Chris
Search found 6 matches
- 2011-03-01T05:42:33-07:00
- Forum: Users
- Topic: convert -resize BUG?
- Replies: 14
- Views: 31644
- 2011-02-28T07:14:22-07:00
- Forum: Users
- Topic: convert -resize BUG?
- Replies: 14
- Views: 31644
Re: convert -resize BUG?
Hi Everyone, I am trying to resize a TGA to exactly half of its original resolution using the code: convert image_a.tga ( +clone -channel A -separate +channel ) -alpha off -resize 50%% -compose CopyOpacity -composite image_b.tga However my results constantly invert my alpha channel! Has anyone else ...
- 2011-01-13T08:04:46-07:00
- Forum: Bugs
- Topic: dpx:television.time.code causes corruption of the heap
- Replies: 18
- Views: 33065
Re: dpx:television.time.code causes corruption of the heap
Any luck with those investigations?!
~C
~C
- 2010-12-21T07:49:38-07:00
- Forum: Bugs
- Topic: dpx:television.time.code causes corruption of the heap
- Replies: 18
- Views: 33065
Re: dpx:television.time.code causes corruption of the heap
Sure, no probs
Original:
Corrupt:
Thanks
Original:
Code: Select all
www.cunnington.co.za\files\dpx\Promo0000.dpx
Code: Select all
www.cunnington.co.za\files\dpx\corrupt_Promo0000.dpx
- 2010-12-21T05:47:52-07:00
- Forum: Bugs
- Topic: dpx:television.time.code causes corruption of the heap
- Replies: 18
- Views: 33065
Re: dpx:television.time.code causes corruption of the heap
Hi everyone, I am having a similar problem where I am trying to add time.code to a dpx image sequence. Effectively I have scripted in python a time.code generator that then uses the command convert C:\DPXTimecodeTest\Promo0023.dpx -define dpx:television.time.code=00:00:01:00 C:\DPXTimecodeTest ...
- 2010-11-16T23:41:07-07:00
- Forum: Users
- Topic: Crop HD Frames in Half
- Replies: 3
- Views: 8182
Crop HD Frames in Half
Hi All, This is a really weird thing I am getting. I have an HD frame of 1920x1080 and want to process it twice... once giving me the top 540pixels and the command '-crop 1920x540+0+0' works perfectly for this, but the minute I try to crop the top half out leaving me with the lower portion of the ...