Search found 245 matches

by rmagick
2006-12-09T10:44:03-07:00
Forum: Bugs
Topic: Problem with MVG and transparency in IM 6.2.9 and later
Replies: 2
Views: 16021

Thanks for the speedy reply!
by rmagick
2006-12-09T08:18:36-07:00
Forum: Bugs
Topic: Problem with MVG and transparency in IM 6.2.9 and later
Replies: 2
Views: 16021

Problem with MVG and transparency in IM 6.2.9 and later

Not sure if this is a bug, but it sure is a change in behavior. In IM 6.2.8 this convert command produces an image of a red line on a transparent background. In 6.2.9 and later, the image has a black background: convert -size 32x32 xc:none -draw @7189.mvg 7189.miff This is the 7189.mvg file: push gr...
by rmagick
2006-12-05T19:12:02-07:00
Forum: Developers
Topic: Creating an image with an unpredictable number of rows
Replies: 4
Views: 16826

Thanks, Anthony. That example helps.
by rmagick
2006-11-29T17:45:15-07:00
Forum: Developers
Topic: Creating an image with an unpredictable number of rows
Replies: 4
Views: 16826

Thanks for the info!
by rmagick
2006-11-29T17:15:57-07:00
Forum: Developers
Topic: Creating an image with an unpredictable number of rows
Replies: 4
Views: 16826

Creating an image with an unpredictable number of rows

I'd like to create an image a row at a time, where I don't know up front how many rows there will be. I've got code that uses AllocateImage to create a 0x0 image. I then set the number of columns. Then I build the image a row at a time, first incrementing the number of rows in the image by 1 and the...