Search found 237 matches

by agriz
2016-09-14T07:36:38-07:00
Forum: Users
Topic: Can gif image have same quality as PNG image?
Replies: 14
Views: 15168

Re: Can gif image have same quality as PNG image?

How many colors do png support when comparing with gif?
Is there any solution for this? I have seen good gif images.
by agriz
2016-09-14T07:23:55-07:00
Forum: Users
Topic: Can gif image have same quality as PNG image?
Replies: 14
Views: 15168

Re: Can gif image have same quality as PNG image?

What does it mean? How can i fix that problem?
by agriz
2016-09-14T06:53:35-07:00
Forum: Users
Topic: Can gif image have same quality as PNG image?
Replies: 14
Views: 15168

Can gif image have same quality as PNG image?

convert any.png any.gif Both are having different quality. fuzz, -layers OptimizePlus are not proving good results. For transparency we can use some matching background color. But the whole image is not as good as png. What is the best solution? https://s17.postimg.org/ej8s99n2j/image.png https://s...
by agriz
2016-09-13T18:34:19-07:00
Forum: Users
Topic: Reposition gif
Replies: 6
Views: 5232

Re: Reposition gif

I am not able to find the error. exec("/usr/bin/convert -size 500x500 xc:none -background transparent \( -page +100+100 mouse.gif \) -coalesce null: \( -page +0+0 mouse.gif \) -set dispose background -layers composite -loop 0 output.gif 2>&1", $output, $return); //always return "-...
by agriz
2016-09-13T18:30:17-07:00
Forum: Users
Topic: Reposition gif
Replies: 6
Views: 5232

Re: Reposition gif

It is not working for me.

Added background none or background transparent after xc:none and -set dispose background before -layers.
by agriz
2016-09-13T10:36:47-07:00
Forum: Users
Topic: Reposition gif
Replies: 6
Views: 5232

Re: Reposition gif

I was trying -coalesce inside the parenthesis. It is working. But there is a frame missing when the animation repeat. In usage, "You can do that by either, Coalescing the above animation, then deleting the Zero Delay Background frame, OR Layer Composite the original animation onto a Static Back...
by agriz
2016-09-13T09:14:12-07:00
Forum: Users
Topic: Reposition gif
Replies: 6
Views: 5232

Reposition gif

convert -size 500x500 xc:none \( -page +100+100 mouse.gif \) null: \( -page +0+0 mouse.gif \) -layers composite -loop 0 output.gif http://i.giphy.com/l2SqeP90nTBn2c61a.gif The images are overlapped. If i change the code a bit, one animates and other becomes static Or There is a blink between animat...
by agriz
2016-09-13T07:33:47-07:00
Forum: Users
Topic: Do not use GIF as a intermediate file format, use MIFF instead
Replies: 1
Views: 2412

Do not use GIF as a intermediate file format, use MIFF instead

"Do not use GIF as a intermediate file format, use MIFF instead"

I don't understand this sentence.
Can you please explain me?
by agriz
2016-09-12T11:29:05-07:00
Forum: Users
Topic: Same Script works sometime and not working sometime
Replies: 3
Views: 3767

Re: Same Script works sometime and not working sometime

It is now working after rebooting the system.
by agriz
2016-09-12T11:26:29-07:00
Forum: Users
Topic: Same Script works sometime and not working sometime
Replies: 3
Views: 3767

Re: Same Script works sometime and not working sometime

What was the error message? Perhaps you are running out of temp space or you have a bad image? You cannot run that command in Windows, since it is using Unix syntax. You must first convert the syntax to proper Windows syntax. Yes sir. I converted the command to windows and tried. In both, Linux and...
by agriz
2016-09-12T06:53:26-07:00
Forum: Users
Topic: Same Script works sometime and not working sometime
Replies: 3
Views: 3767

Same Script works sometime and not working sometime

convert \( 1.png -set delay 10 \) \( 1.png -resize 158x158 -gravity North -extent 158x158 -crop 158x158+0+0 -write mpr:photo \) +delete \( -page +200+233 mpr:photo -resize 74% -set delay 30 \) \( -page +290+146 -clone 1 -resize 43% -set delay 30 \) \( -page +277+59 -clone 1 -resize 37% -set delay 3...
by agriz
2016-09-08T09:54:55-07:00
Forum: Users
Topic: Gif, static and dstover not working for me
Replies: 1
Views: 2528

Gif, static and dstover not working for me

convert -delay 20 space.gif -coalesce -layers OptimizePlus null: \( alien.gif planet.gif -gravity center -compose DstOver -composite \) -loop 0 -layers composite output.gif IM 7.0.2 space.gif http://i65.tinypic.com/15fqj60.gif Alien.gif http://i65.tinypic.com/25ftxec.gif planet.gif http://i66.tinyp...
by agriz
2016-09-07T09:02:22-07:00
Forum: Users
Topic: Two animated gif - Composite one over another
Replies: 17
Views: 13506

Re: Two animated gif - Composite one over another

Will it not increase the image size if we use more number of frames?
As you said, It is good to keep same number of frames on both images. Is that right?
by agriz
2016-09-07T08:48:12-07:00
Forum: Users
Topic: Two animated gif - Composite one over another
Replies: 17
Views: 13506

Re: Two animated gif - Composite one over another

Oh. Okay. It is better to keep the same number of frames. Otherwise the the size will become bigger :)
by agriz
2016-09-07T07:52:47-07:00
Forum: Users
Topic: Two animated gif - Composite one over another
Replies: 17
Views: 13506

Re: Two animated gif - Composite one over another

-layers compress is not working for me. If i remove it, it is working. If i use another background with few more frames, moon.gif is not displayed on all the frames of background. it goes and comes.

It was great effort and really thanks for helping.