blurry screenshots

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
funnyname
Posts: 2
Joined: 2011-10-14T05:04:15-07:00
Authentication code: 8675308

blurry screenshots

Post by funnyname »

Hi forum!

On my linux box I'm using Imagemagick (version 6.6.2-6 2011-03-16 Q16) for taking screenshots, like this:

Code: Select all

import foo.png
In general, this works, but the resulting screenshots look very blurry as there were some blur filter applied to it. I don't need that. I've already looked through the various options for import (http://www.imagemagick.org/script/import.php) but couldn't find anything related to this issue.

Does anyone know how to get just a simple plain screenshot using the import command?

Any help is much appreciated.
thanks, fn
funnyname
Posts: 2
Joined: 2011-10-14T05:04:15-07:00
Authentication code: 8675308

Re: blurry screenshots

Post by funnyname »

Problem got solved. It wasn't a problem with Imagemagick, but with my image viewer. :/

regards, fn
Post Reply