Gnu IMP: Difference between revisions
From Game Making Tools Wiki
(GIMP to Gnu IMP) |
(make_zine.py) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
}} | }} | ||
Despite the awful acronym, '''The | 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 {{jargon|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. | ||
[https://mastodon.social/@wakest/100847199159835367 FYI to break it down fully GIMP stands for GNU's | There was a project/{{jargon|Fork|fork}} of GNU IMP based round fixing the name and improving the program generally called [[Glimpse]], but development on it has stopped (though if you can download a copy it works great). There is a new one in early stages called [[PIKA]]. | ||
[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:] | |||
==Plug-Ins== | ==Plug-Ins== | ||
* [https://github.com/henspace/gimpPlugins make_zine.py] - Plugin that takes a folder of eight images and turns them into a single sheet ready for printings and folding, works for both A4 and US letter paper. | |||
===Animation=== | ===Animation=== | ||
Gnu IMP can already create animated GIFs (each layer becomes a frame), but there are some tools to make the process easier. | Gnu IMP can already create animated GIFs (each layer becomes a frame), but there are some tools to make the process easier. | ||
Line 22: | Line 27: | ||
====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?) | ||
* [ | * [https://animstack.tumblr.com/ animstack.tumblr.com] | ||
==Links== | ==Links== | ||
* [[Guide:Gnu IMP]] | |||
* [[Wikipedia:GIMP]] | * [[Wikipedia:GIMP]] | ||
* [ | * [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]] |
Latest revision as of 08:00, 12 August 2024
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.
There was a project/fork of GNU IMP based round fixing the name and improving the program generally called Glimpse, but development on it has stopped (though if you can download a copy it works great). There is a new one in early stages called PIKA.
Plug-Ins
- make_zine.py - Plugin that takes a folder of eight images and turns them into a single sheet ready for printings and folding, works for both A4 and US letter paper.
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
- Using GAP guide.
AnimStack
- animstack on github pages (source not actually on Github?)
- animstack.tumblr.com