How do I make this grainy pic into a smooth one?
http://img683.imageshack.us/img683/1556/cat3r.jpg
Search found 15 matches
- 2011-02-24T12:29:04-07:00
- Forum: Users
- Topic: How do I remove noise and smooth out pics?
- Replies: 3
- Views: 9582
- 2011-02-23T18:15:22-07:00
- Forum: Users
- Topic: How do I remove noise and smooth out pics?
- Replies: 3
- Views: 9582
How do I remove noise and smooth out pics?
Pics done with a 1 or 2 mpx camera or something. How do I remove/reduce noise and smooth out pics?
- 2010-05-26T16:06:34-07:00
- Forum: Users
- Topic: How do I limit JPG to 256 colors?
- Replies: 3
- Views: 10453
How do I limit JPG to 256 colors?
How do I limit JPG to 256 colors and not blend surrounding colors?
The same technique used by GIF.
If I were to compare a low quality picture of GIF and JPG, the GIF would be sharper and more clear because it does not blend surrounding colors together like JPG does. How can this be achived in JPG?
The same technique used by GIF.
If I were to compare a low quality picture of GIF and JPG, the GIF would be sharper and more clear because it does not blend surrounding colors together like JPG does. How can this be achived in JPG?
- 2009-12-07T06:41:20-07:00
- Forum: Users
- Topic: Need help with shape and text file
- Replies: 2
- Views: 6049
Re: Need help with shape and text file
I tried cat file | convert -size resolution label:@- image.gif and it gave me a very bad result. I can not even make out what it is since it looks like a thumbnail of a text file. I had to use the -size because it is asking for one. And no matter what size I enter, it would still appear as a ...
- 2009-12-06T11:13:30-07:00
- Forum: Users
- Topic: Need help with shape and text file
- Replies: 2
- Views: 6049
Need help with shape and text file
Need help with shape and text file. I am trying to draw a circle in the background while have text from a text file on the foreground overlapping it. But no matter what I do, the circle always end up on the foreground covering the text. Anyone know the proper code? Again, using a text file. Not ...
- 2009-08-05T14:44:29-07:00
- Forum: Users
- Topic: How do I intensify colors?
- Replies: 1
- Views: 4630
How do I intensify colors?
Some pictures came out kind of pale. How do I intensify the colors? I want to make it look like it is warm and sunny.
- 2009-01-24T21:55:18-07:00
- Forum: Users
- Topic: Can it extract and make GIF animation?
- Replies: 1
- Views: 4829
Can it extract and make GIF animation?
Can IM extract GIF animations into single GIF pictures?
Can IM make GIF animation from single GIF pictures and set a timer on it?
If so, how?
Can IM make GIF animation from single GIF pictures and set a timer on it?
If so, how?
- 2008-07-22T03:57:27-07:00
- Forum: Users
- Topic: identify: color count is gone
- Replies: 2
- Views: 8171
identify: color count is gone
Version 6.3.7.9 When "identify -verbose" is used in an older version, it would give me information on how many colors is used in the file. But in the above version, it no longer gives me a color count. How do I find out how many colors the picture contains? By the way, is there a way (or alternative ...
- 2008-06-14T21:40:39-07:00
- Forum: Users
- Topic: GIF: Transparency error
- Replies: 3
- Views: 8108
Re: GIF: Transparency error
With 'animate' of course.How are you displayting a GIF animation???
When the animation starts to play, parts of the animation becomes transparent where there is suppose to have color.
- 2008-06-13T17:57:37-07:00
- Forum: Users
- Topic: Command line shortcut script available?
- Replies: 1
- Views: 4871
Command line shortcut script available?
In many command line programs, there are shortcuts of the switches, but in imagemagick, the full switch has to be typed in. i.e. -quality instead of -q. Most of the time, more than one switch is used. Thus making the command line long and more to type. Is there a trick or a script available to make ...
- 2008-06-13T17:49:38-07:00
- Forum: Users
- Topic: GIF: Transparency error
- Replies: 3
- Views: 8108
GIF: Transparency error
In the original GIF animation, there is no transparancy. But when played by imagemagick, there is transparency in parts of the picture.
Why does this happen?
By the way, why does it take so long to load a GIF animation in imagemagick? While it loads instantly in a browser?
Why does this happen?
By the way, why does it take so long to load a GIF animation in imagemagick? While it loads instantly in a browser?
- 2008-03-15T18:27:02-07:00
- Forum: Users
- Topic: How do I change the speed of the animation?
- Replies: 1
- Views: 4737
How do I change the speed of the animation?
How do I change the preset speed of the animation (GIF)?
- 2008-02-21T15:35:12-07:00
- Forum: Users
- Topic: New image size is larger than old after stripping/cropping
- Replies: 7
- Views: 17443
Re: New image size is larger than old after stripping/cropping
Lowering the quality would of course reduce the size. But I asked: How do I prevent it from increasing the size when stripping or cropping? How do I go about discarding these useless stuff and at the same time save a few kilobytes? When it comes to pictures. The least thing to sacrifice would be ...
- 2008-02-21T07:48:31-07:00
- Forum: Users
- Topic: New image size is larger than old after stripping/cropping
- Replies: 7
- Views: 17443
Re: New image size is larger than old after stripping/cropping
Yes, JPG. So it is the extra channels that are increasing the size? If so, how do I prevent it from increasing the size when stripping or cropping? Often, I discard useless stuff such as metadata and thick borders. So there is a minor change. But the increase in size is ironic. How do I go about ...
- 2008-02-20T16:31:38-07:00
- Forum: Users
- Topic: New image size is larger than old after stripping/cropping
- Replies: 7
- Views: 17443
New image size is larger than old after stripping/cropping
Using the convert command. Sometimes, when I -strip the image metadata, the new image size is larger than the old! How and why is that? Rarely, when I -crop an image, say by 25 pixels, the new image size is larger than the old! How and why is that? Regarding the above, no additional switches were ...