thank you.
ps: i find that webpmux.exe do that i want.
Search found 13 matches
- 2017-01-23T14:28:39-07:00
- Forum: Users
- Topic: Convert PNG sequence to animated WebP
- Replies: 2
- Views: 5141
- 2017-01-22T11:48:39-07:00
- Forum: Users
- Topic: Convert PNG sequence to animated WebP
- Replies: 2
- Views: 5141
Convert PNG sequence to animated WebP
Hello! I read latest forum posts and see post about webp.
and now have a question: it possible convert PNG sequence to animated WebP?
I try
and
but no success. say me please how to make it work.
and now have a question: it possible convert PNG sequence to animated WebP?
I try
Code: Select all
magick 1.png 2.png 1.webp
Code: Select all
magick 1.png 2.png -quality 50 -define webp:method=6 wizard.webp
- 2016-12-18T13:45:51-07:00
- Forum: Users
- Topic: Make png image semi transparent
- Replies: 24
- Views: 30503
Re: Make png image semi transparent
Does this work? .\bin\magick -size 320x100 xc:lightblue -font georgia -pointsize 72 ^ -draw "fill black text 27,67 'Led Zeppelin' ^ text 25,68 'Led Zeppelin' ^ text 23,67 'Led Zeppelin' ^ text 22,65 'Led Zeppelin' ^ text 23,63 'Led Zeppelin' ^ text 25,62 'Led Zeppelin' ^ text 27,63 'Led Zeppelin ...
- 2016-12-18T10:02:02-07:00
- Forum: Users
- Topic: Make png image semi transparent
- Replies: 24
- Views: 30503
Re: Make png image semi transparent
thanks guys for your replays. its work for me under windows but only as single line. its question about that much easier work with formatted text. .\bin\magick -size 320x100 xc:lightblue -font georgia -pointsize 72 ^ -draw "fill black text 27,67 'Led Zeppelin' text 25,68 'Led Zeppelin' text 23,67 ...
- 2016-12-17T15:24:13-07:00
- Forum: Users
- Topic: Make png image semi transparent
- Replies: 24
- Views: 30503
Re: Make png image semi transparent
with this example also i have a problem under windows .\bin\magick -size 320x100 xc:lightblue -font georgia -pointsize 72 ^ -draw "fill black text 27,67 "Led Zeppelin" ^ text 25,68 "Led Zeppelin" ^ text 23,67 "Led Zeppelin" ^ text 22,65 "Led Zeppelin" ^ text 23,63 "Led Zeppelin" ^ text 25,62 "Led ...
- 2016-12-17T15:14:50-07:00
- Forum: Users
- Topic: Make png image semi transparent
- Replies: 24
- Views: 30503
Re: Make png image semi transparent
Converting a vector (SVG) file to pixels, then enlarging that ("-resize 230%") will give a fuzzy result. I suggest you use "-density" instead. thank you for help. i not want open new topic for something little so i ask here: i try examples from guide and one not work for me .\bin\magick -size ...
- 2016-12-15T09:59:55-07:00
- Forum: Users
- Topic: Make png image semi transparent
- Replies: 24
- Views: 30503
Re: Make png image semi transparent
snibgo thanks. i read and create next batch file magick ../img/background.png ^ ( ../img/overlay2.png -resize 230% ) ^ -gravity center ^ -composite ^ ../composite.png the result look like this http://i.imgur.com/CQwpVL8.png not so best. i download vector http://www.clker.com/cliparts/d/7/J/8/r/Z ...
- 2016-12-15T05:19:28-07:00
- Forum: Users
- Topic: Make png image semi transparent
- Replies: 24
- Views: 30503
Re: Make png image semi transparent
Hello again. Guys, maybe you can provide help to me with something else? please tell me witch command will color from black to gold this image http://www.pd4pic.com/images150_/laurel-wreath-roman-victory-black-leaves-award.png and witch command will put together two images like this http://i.imgur ...
- 2016-12-14T14:35:57-07:00
- Forum: Users
- Topic: Make png image semi transparent
- Replies: 24
- Views: 30503
Re: Make png image semi transparent
test
second test
GIF created from semi transparent PNG's just completely transparent.
thanks to all so far.
second test
GIF created from semi transparent PNG's just completely transparent.
thanks to all so far.
- 2016-12-14T12:01:25-07:00
- Forum: Users
- Topic: Make png image semi transparent
- Replies: 24
- Views: 30503
Re: Make png image semi transparent
I have one more question. if its possible use this technique in GIF?
I never see semi transparent gif and i try now but its give just white image.
I never see semi transparent gif and i try now but its give just white image.
- 2016-12-14T11:50:43-07:00
- Forum: Users
- Topic: Make png image semi transparent
- Replies: 24
- Views: 30503
Re: Make png image semi transparent
Yep. Now its work. Thanks a lot to everyone.
ps: GeeMack, i'm only user in this specific site but thanks for advise anyway.
ps: GeeMack, i'm only user in this specific site but thanks for advise anyway.
- 2016-12-14T06:04:26-07:00
- Forum: Users
- Topic: Make png image semi transparent
- Replies: 24
- Views: 30503
Re: Make png image semi transparent
Sir, while i use this command on this http://i.imgur.com/1MUb2Ne.png sweet guy its seems not work. http://i.imgur.com/RQtIYgz.png but if i use as IN.PNG result of this command magick 000.png -alpha set -gravity center -extent 90x90 ^ badge_mask.png -compose DstIn -composite ^ badge_shading.png ...
- 2016-12-14T04:59:11-07:00
- Forum: Users
- Topic: Make png image semi transparent
- Replies: 24
- Views: 30503
Make png image semi transparent
Hello all, I read in ImageMagick v6 Examples -- Color Basics and Channels
what i can draw images semi transparent.
if i can convert existing png image to semi transparent?
so while it used on web page will be possible see page background?
what i can draw images semi transparent.
Code: Select all
convert -size 50x50 xc:'#00FF0030' color_hex_5.png
so while it used on web page will be possible see page background?