Search found 44 matches

by hellocatfood
2012-08-25T12:20:15-07:00
Forum: Users
Topic: How do I set the transparent-color of a transparent gif?
Replies: 13
Views: 28293

How do I set the transparent-color of a transparent gif?

I want to upload the following animated gif to flickr. However, when I upload it to there the transparent parts go opaque (the original colour was green (#1cff1a)) http://i.imgur.com/tANtN.gif I've tried using the following command to set the transparent color to white but it doesn't work convert a....
by hellocatfood
2012-07-19T15:06:40-07:00
Forum: Users
Topic: Controling pixelisation amount
Replies: 2
Views: 4560

Re: Controling pixelisation amount

I guess you're right about what to do with the extra data.

I'll take you suggestion of adding the last row/column to the end of the image
by hellocatfood
2012-07-19T13:03:55-07:00
Forum: Users
Topic: Controling pixelisation amount
Replies: 2
Views: 4560

Controling pixelisation amount

I want to pixelate a number of files of different sizes with a given percentage e.g. 90%. The current recommendation of down/upscaling images does indeed pixelate images, but running -scale 10% -scale 1000% on a folder of images doesn't pixelate them all in the same way i.e. the pixel "tiles&qu...
by hellocatfood
2011-05-03T05:49:10-07:00
Forum: Users
Topic: ImageMagick logo in SVG format
Replies: 7
Views: 12731

Re: ImageMagick logo in SVG format

Thanks!
by hellocatfood
2011-05-03T04:27:51-07:00
Forum: Users
Topic: ImageMagick logo in SVG format
Replies: 7
Views: 12731

Re: ImageMagick logo in SVG format

Would you be able to point me to it either way?
by hellocatfood
2011-05-02T13:50:54-07:00
Forum: Users
Topic: ImageMagick logo in SVG format
Replies: 7
Views: 12731

ImageMagick logo in SVG format

Is there an SVG (vector) version of the ImageMagick wizard logo available? If not, are there high-resolution versions of it available?
by hellocatfood
2010-12-13T13:10:27-07:00
Forum: Users
Topic: Automatic time synchronising of animated gifs
Replies: 1
Views: 3862

Automatic time synchronising of animated gifs

I'm combining several animated gifs (a technique described here) and was wondering if it's possible to automatically synchronise the time differences? It was mentioned here that this may become a feature, but can't find any indication that it has (or will)
by hellocatfood
2010-12-03T03:27:58-07:00
Forum: Users
Topic: Masking an animated gif
Replies: 4
Views: 10499

Re: Masking an animated gif

It worked, thanks so much! :-)
by hellocatfood
2010-12-02T17:35:13-07:00
Forum: Users
Topic: Masking an animated gif
Replies: 4
Views: 10499

Re: Masking an animated gif

So, I have this animated gif http://ubuntuone.com/p/RuN/ and I want to mask it using this image http://ubuntuone.com/p/RuK/ so that it looks a little like this, only animated. Is there a way to do this without having to separate the animated gif into individual frames?
by hellocatfood
2010-12-02T05:21:19-07:00
Forum: Users
Topic: Masking an animated gif
Replies: 4
Views: 10499

Masking an animated gif

I have an animated gif and I want to mask each frame of it then output an animated gif. I know I could separate the gif into individual frames, mask each frame and then put it back together, but just wondered if there's an easier way

Thanks
by hellocatfood
2010-07-02T05:38:15-07:00
Forum: Users
Topic: Generating the EPS DCS 2.0 format
Replies: 1
Views: 4218

Re: Generating the EPS DCS 2.0 format

Is this not at all possible?
by hellocatfood
2010-06-25T03:32:47-07:00
Forum: Users
Topic: Generating the EPS DCS 2.0 format
Replies: 1
Views: 4218

Generating the EPS DCS 2.0 format

Is imagemagick able to read/write an image to the eps dcs 2.0 format? It usually generates five different files. More details can be found here
by hellocatfood
2010-06-13T13:05:35-07:00
Forum: Users
Topic: How to create collage
Replies: 3
Views: 12332

Re: How to create collage

Perhaps this will do what you want. Caution: this is a Windows 7 script. set SRC=\pictures\20091205\ del *.png for %%F in (%SRC%*.jpg) do "%IMG%convert" %%F -gamma .45455 -resize "32x32^^" -crop 32x32+0+0 +repage -gamma 2.2 !RANDOM!_%%~nF.png "%IMG%montage" *.png -geom...
by hellocatfood
2010-05-19T02:31:58-07:00
Forum: Users
Topic: How to create collage
Replies: 3
Views: 12332

How to create collage

I have a set of images and want to create a collage similar to this one made in Picasa http://farm3.static.flickr.com/2186/2156671342_52055a4668_m.jpg I've tried using and modifying this script but it doesn't produce similar results. What I want the script to do is resize and crop the images to a sq...