TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

GraphicsMagick – a Swiss army knife of image processing

42 pointsby steph-1239 months ago

6 comments

ttctciyf9 months ago
Somewhat distressing to see that the following notice first appeared in a December 2021 update note[0] and has been repeated and updated regularly ever since!<p>&gt; GraphicsMagick really does need some additional productive volunteers. For several years now, the burden has entirely been on me. I have been sheparding the project for 19 years already (and contributed to ImageMagick and GraphicsMagick combined for 25 years already). It is not reasonable to expect someone with a full time job (and expecting to retire in a couple of years) to do all of the work.<p>0: <a href="http:&#x2F;&#x2F;www.graphicsmagick.org&#x2F;NEWS.html" rel="nofollow">http:&#x2F;&#x2F;www.graphicsmagick.org&#x2F;NEWS.html</a>
评论 #41456600 未加载
steph-1239 months ago
It&#x27;s worth noting that GraphicsMagick is originally derived from ImageMagick 5.5.2 as of November 2002 but has been completely independent of the ImageMagick project since then.
timonoko9 months ago
Normalize each color channel individually. You will be astonished how well this works.<p><pre><code> gm convert $1 -channel red -normalize -channel green -normalize -channel blue -normalize normalized&#x2F;$1</code></pre>
评论 #41459392 未加载
cmacleod49 months ago
A while back I had some fun creating animated GIFs using GraphicsMagick via the Tcl binding - <a href="http:&#x2F;&#x2F;www.graphicsmagick.org&#x2F;TclMagick&#x2F;doc&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.graphicsmagick.org&#x2F;TclMagick&#x2F;doc&#x2F;</a> .<p>Here&#x27;s an example that was topical back then: <a href="https:&#x2F;&#x2F;cmacleod.me.uk&#x2F;tcl&#x2F;magick&#x2F;boris.gif" rel="nofollow">https:&#x2F;&#x2F;cmacleod.me.uk&#x2F;tcl&#x2F;magick&#x2F;boris.gif</a> .
fithisux9 months ago
I never understood the benefits. My only positive was in the past the good compilation experience under Mingw.
评论 #41456623 未加载
评论 #41459576 未加载
Thev00d009 months ago
For most things you would use this for, or ImageMagick for that matter, you are almost certainly better of using libvips[0]<p>0. <a href="https:&#x2F;&#x2F;github.com&#x2F;libvips&#x2F;libvips">https:&#x2F;&#x2F;github.com&#x2F;libvips&#x2F;libvips</a>
评论 #41460339 未加载
评论 #41457837 未加载