Gnu IMP: Difference between revisions

From Game Making Tools Wiki
(Glimpse info.)
m (Glossary link update)
Line 9: Line 9:
}}
}}


Despite the awful acronym, '''The Gnu Image Manipulation Program''' is a decent image editing program—a free alternative to something like Adobe's [[PhotoShop]] (which is awful [[Glossary:Main_Page#SaaS|SAAS]] now). Another ([[:Category:Windows|Windows]]-only) alternative that's popular is [[Paint.NET]]. And the drawing tool [[Krita]] has a lot of feature overlap.
Despite the awful acronym, '''The Gnu Image Manipulation Program''' is a decent image editing program—a free alternative to something like Adobe's [[PhotoShop]] (which is awful [[Guide:Glossary#SaaS|SAAS]] now). Another ([[:Category:Windows|Windows]]-only) alternative that's popular is [[Paint.NET]]. And the drawing tool [[Krita]] has a lot of feature overlap.


Recently a project/[[Glossary:Main_Page#Fork|fork]] of GNU IMP based round fixing the name and improving the program generally. Currently it's called [[Glimpse]], but that may change. You can find out more at [https://glimpse-editor.org/ glimpse-editor.org]. At the moment you have to compile it yourself, but that'll change soon! (If you use Arch Linux there's already [https://aur.archlinux.org/packages/glimpse-editor-git/ a package in the AUR])
Recently a project/[[Guide:Glossary#Fork|fork]] of GNU IMP based round fixing the name and improving the program generally. Currently it's called [[Glimpse]], but that may change. You can find out more at [https://glimpse-editor.org/ glimpse-editor.org]. At the moment you have to compile it yourself, but that'll change soon! (If you use Arch Linux there's already [https://aur.archlinux.org/packages/glimpse-editor-git/ a package in the AUR])


[https://mastodon.social/@wakest/100847199159835367 FYI to break it down fully GIMP stands for GNU's not Uniplexed Information and Computing Service Image Manipulation Program D:]
[https://mastodon.social/@wakest/100847199159835367 FYI to break it down fully GIMP stands for GNU's not Uniplexed Information and Computing Service Image Manipulation Program D:]
Line 24: Line 24:
====AnimStack====
====AnimStack====
* [https://tshatrov.github.io/animstack animstack] on github pages (source not actually on Github?)
* [https://tshatrov.github.io/animstack animstack] on github pages (source not actually on Github?)
* [http://animstack.tumblr.com/ animstack.tumblr.com]
* [https://animstack.tumblr.com/ animstack.tumblr.com]


==Links==
==Links==
* [[Wikipedia:GIMP]]
* [[Wikipedia:GIMP]]
* [http://www.gimp.org/ gimp.org]
* [https://www.gimp.org/ gimp.org]


[[Category:Graphics]][[Category:2-D]]
[[Category:Graphics]][[Category:2-D]]
[[Category:Open-Source]]
[[Category:Open-Source]]
[[Category:BSD]][[Category:Linux]][[Category:Mac OS]][[Category:Solaris]][[Category:Windows]]
[[Category:BSD]][[Category:Linux]][[Category:Mac OS]][[Category:Solaris]][[Category:Windows]]

Revision as of 23:33, 13 June 2021

GNU Image Manipulation
Program (AKA: GIMP)
Release date: 1996–
Made by: Open-source
Runs on: BSD
Linux
Mac OS
Solaris
Windows
Imports: ...
Exports: ...


Despite the awful acronym, The Gnu Image Manipulation Program is a decent image editing program—a free alternative to something like Adobe's PhotoShop (which is awful SAAS now). Another (Windows-only) alternative that's popular is Paint.NET. And the drawing tool Krita has a lot of feature overlap.

Recently a project/fork of GNU IMP based round fixing the name and improving the program generally. Currently it's called Glimpse, but that may change. You can find out more at glimpse-editor.org. At the moment you have to compile it yourself, but that'll change soon! (If you use Arch Linux there's already a package in the AUR)

FYI to break it down fully GIMP stands for GNU's not Uniplexed Information and Computing Service Image Manipulation Program D:

Plug-Ins

Animation

Gnu IMP can already create animated GIFs (each layer becomes a frame), but there are some tools to make the process easier.

GIMP Animation Package

AnimStack

Links