Search found 4 matches

by brizey02
2018-07-05T19:30:39-07:00
Forum: Users
Topic: image rotate black background transparent not working.
Replies: 6
Views: 3883

Re: image rotate black background transparent not working.

This works great but the image is resized need to matain the same size

Code: Select all

convert test.png \( +clone -colorspace gray \) -background 'rgba(0,0,0,0)' -rotate 75 -gravity center  -compose copy_opacity -composite debug.png
by brizey02
2018-07-05T17:59:06-07:00
Forum: Users
Topic: image rotate black background transparent not working.
Replies: 6
Views: 3883

Re: image rotate black background transparent not working.

convert test.png \( +clone -background 'rgba(0,0,0,0)' -rotate 75 \) -gravity center -compose copy_opacity -composite debug.png Does not work. Also convert test.jpg \( +clone -background 'rgba(0,0,0,0)' -rotate 75 \) -gravity center -compose Src copy_opacity -composite debug.png Yelds transparency ...
by brizey02
2018-07-01T21:19:42-07:00
Forum: Users
Topic: image rotate black background transparent not working.
Replies: 6
Views: 3883

image rotate black background transparent not working.

Cant seem to get transparency to work when using the command
convert $1s.jpg \( +clone -background black -rotate $2 \) -gravity center -compose Src -composite $1f.png
Tried -background none, transparent
Ubuntu Version: ImageMagick 6.8.9-9 Q16 x86_64 2018-06-11
by brizey02
2017-05-19T06:21:55-07:00
Forum: Users
Topic: Script Help
Replies: 2
Views: 2638

Script Help

Thx