Skip to main content
The 2024 Developer Survey results are live! See the results

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

5
  • Try it with the graphicsmagick package installed : gm import screenshot.jpg.
    – harrymc
    Commented Jun 5, 2016 at 7:05
  • Do you have compositing on? Try to disable it. Found this advice here.
    – L. Levrel
    Commented Jun 5, 2016 at 20:01
  • You may also try the -screen option.
    – L. Levrel
    Commented Jun 5, 2016 at 20:03
  • @harrymc Thanks, it works with "gm import" command. Could you tell me the difference between "gm import" and "import" command. Are both included in ImageMagick package ( it seems "import" is included into ImageMagick package and "gm" into "GraphicsMagick" package) ?
    – user342714
    Commented Jun 6, 2016 at 3:07
  • I put the information in my answer.
    – harrymc
    Commented Jun 6, 2016 at 8:57