Search found 8 matches

by aaron
2013-08-03T22:39:39-07:00
Forum: Users
Topic: Just want to combine 2 images
Replies: 10
Views: 20245

Re: Just want to combine 2 images

O M G. You guys are exactly right. I was able to create a combined image with this command:
mogrify -gravity center -draw "image Over 0,0 0,0 'transparent0.png'" *.jpg

Where transparent0.png is my background image that I want to apply.

Yes, I'm on Windows.

THANKS SO MUCH!
by aaron
2013-08-03T22:36:36-07:00
Forum: Users
Topic: Just want to combine 2 images
Replies: 10
Views: 20245

Re: Just want to combine 2 images

From the documentation, it seems composite should work..

But when I tried:
mogrify -layers composite -gravity center transparent0.png null: bg.png

I got this error:
mogrify.exe: Missing Null Image List Separator layers Composite @ error/mogrify.c/MogrifyImageList/8000.
by aaron
2013-08-03T21:47:51-07:00
Forum: Users
Topic: Just want to combine 2 images
Replies: 10
Views: 20245

Re: Just want to combine 2 images

Thanks again. I tried to run: mogrify -gravity center -draw 'image Over 0,0,0,0 "transparent0.png"' *.jpg and got these errors: mogrify.exe: unable to open image `Over': No such file or directory @ error/blob.c/OpenBlob/2643.mogrify.exe: no decode delegate for this image format `Over' @ er...
by aaron
2013-08-03T18:07:24-07:00
Forum: Users
Topic: Just want to combine 2 images
Replies: 10
Views: 20245

Re: Just want to combine 2 images

Wow thanks for the quick reply!

I get the error: mogrify.exe unrecognized option -compose
by aaron
2013-08-03T17:51:54-07:00
Forum: Users
Topic: Just want to combine 2 images
Replies: 10
Views: 20245

Just want to combine 2 images

Hi guys, I'm having trouble with a very simple action - I have a png w/transparent background that I want to place on top of another image to use as the background. The background image is slightly bigger, so I'd need to center it (using gravity?), but for now I was just trying to get a merged image...
by aaron
2013-07-11T13:32:15-07:00
Forum: Bugs
Topic: DXT5 Issues in DDS Format (Windows)
Replies: 9
Views: 19450

Re: DXT5 Issues in DDS Format (Windows)

Has there been any resolution to this?

Looks like the same issue I posted about recently
viewtopic.php?f=1&t=23666&p=100177#p100177

My source DDS is DXT5 compressed
by aaron
2013-07-01T20:46:46-07:00
Forum: Users
Topic: Having issues with transparency and Mogrify
Replies: 3
Views: 4222

Re: Having issues with transparency and Mogrify

Thanks for the reply!

I tried your suggestion, it gave the same result as my last image. I'm not sure I can share the DDS file, my company is VERY protective of our files.
by aaron
2013-07-01T18:29:34-07:00
Forum: Users
Topic: Having issues with transparency and Mogrify
Replies: 3
Views: 4222

Having issues with transparency and Mogrify

Hi guys, I have DDS files with transparency that I need to convert to PNG. I've tried every combination of -alpha, -transparent, -background, etc. but I can't seem to get it right. Here is the DDS converted to PNG in GIMP http://i41.tinypic.com/2hnw0tj.jpg The closest I have come is this, using the ...