Search found 2 matches

by tonic8
2012-01-31T04:11:33-07:00
Forum: Users
Topic: composite a png with alpha layer and a BMP background
Replies: 5
Views: 16149

Re: composite a png with alpha layer and a BMP background

hello sorry for the missing points here are the command line a i used

composite.exe -gravity south -geometry +20+20 -alpha Background "toto.png" "wallpaper.bmp" "newWallpaper.bmp"

i use composite because i need to choose the position inside the wallpaper (a leasr depending on people there will hae ...
by tonic8
2012-01-30T14:21:07-07:00
Forum: Users
Topic: composite a png with alpha layer and a BMP background
Replies: 5
Views: 16149

composite a png with alpha layer and a BMP background

Hello

i need to add a marketing logo to the wallpaper of windows desktop. So i'm working on a script and i found the imagemagick tool kit.

That seems to be VERY powerfull. I had successfully merged 2 simples pictures

but now i'm trying to merge 2 pictures with a transparent layer
the background ...