Gnu IMP: Difference between revisions
From Game Making Tools Wiki
(Added logo, added to title in infobox) |
(make_zine.py) |
||
(11 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
| title = GNU Image Manipulation<br>Program (AKA: GIMP) | | title = GNU Image Manipulation<br>Program (AKA: GIMP) | ||
| logo = [[File:gimp_logo.png|220px]] | | logo = [[File:gimp_logo.png|220px]] | ||
| release_date = | | release_date = 1996– | ||
| made_by = | | made_by = Open-source | ||
| runs_on = [[:Category:Linux|Linux]]<br>[[:Category:Mac OS|Mac OS]]<br>[[:Category:Windows|Windows]] | | runs_on = [[:Category:BSD|BSD]]<br>[[:Category:Linux|Linux]]<br>[[:Category:Mac OS|Mac OS]]<br>[[:Category:Solaris|Solaris]]<br>[[:Category:Windows|Windows]] | ||
| imports = ... | | imports = ... | ||
| exports = ... | | exports = ... | ||
}} | }} | ||
Despite 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. | ||
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== | |||
* [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=== | |||
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==== | |||
* [https://www.gimp.org/tutorials/Using_GAP/ Using GAP] guide. | |||
====AnimStack==== | |||
* [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]] | |||
* [https://www.gimp.org/ gimp.org] | |||
[[Category:Graphics]][[Category:2-D]] | [[Category:Graphics]][[Category:2-D]] | ||
[[Category:Linux]][[Category:Mac OS]][[Category:Windows]] | [[Category:Open-Source]] | ||
[[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