A patch for optimizing GIMP 2.10 for Adobe Photoshop users, including features like:
- Tool organization to mimic the position of Adobe's Photoshop;
- Hundreds of new fonts by default;
- New Python filters installed by default, such as "heal selection";
- New Splash Screen
- New default settings to maximize space on the canvas;
- Shortcuts similar to the ones on Photoshop, following Adobe's Documentation;
- New icon and Name from custom .desktop file.
- System Language is now used by default, you can still change in settings if you want.
More than 1800 fonts are included by default in PhotoGimp so you can speed up your creative workflow.
This build is all about flatpak, but it also contains "just files" that you can use on any version of GIMP (.deb,.rpm, Snap, AppImage, Windows, macOS). Just check the localization of the GIMP files on every system/package.
- First of all, you need to have the latest GIMP installed on your system using Flatpak
- Install GIMP Flatpak through your AppCenter/Package Manager or terminal:
flatpak install flathub org.gimp.GIMP
Inside the .zip file from the releases page you'll find three hidden folders (on Linux, using the dot before it's name). All of these folders have to be extracted on your /home/$USER
folder, overwriting everything if you already have the same files from an older installation.
The file contains these directories:
- .icons (which has a new PhotoGIMP icon)
- .local (which contains the personalized .desktop file)
- .var (which contains the flatpak patch customization for GIMP 2.10 )
If you just want the PhotoGIMP customization without changing the original GIMP icon and it's name, just extract only the .var folder to your home directory.
Since it's just files, the only thing you need to do is to copy all the files that reside on a particular folder from this patch /.var/app/org.gimp.GIMP/config/GIMP/2.10
to the the GIMP's folder on each particular system, overriding the existent ones:
- Windows:
%APPDATA%\GIMP\2.10
Or install via Chocolatey:
choco install photogimp
Maintained by: André Augusto
-
macOS:
~/Library/Application Support/GIMP/2.10/
This one-liner will do the job: download release 1.0 into
Downloads
folder, unzip and copy patch files, then remove previously downloaded zip:curl -L "https://github.com/Diolinux/PhotoGIMP/releases/download/1.0/PhotoGIMP.by.Diolinux.v2020.for.Flatpak.zip" -o ~/Downloads/PhotoGIMP.by.Diolinux.v2020.for.Flatpak.zip && unzip ~/Downloads/PhotoGIMP.by.Diolinux.v2020.for.Flatpak.zip -d ~/Downloads && cp -R ~/Downloads/PhotoGIMP\ by\ Diolinux\ v2020\ for\ Flatpak/.var/app/org.gimp.GIMP/config/GIMP/2.10/ ~/Library/Application\ Support/GIMP/2.10 && rm ~/Downloads/PhotoGIMP.by.Diolinux.v2020.for.Flatpak.zip
Notice: GIMP on macOS are a bit late on it's release. This way, this patch still works, specially on the shorcuts matter, but somethings, such the toolbox organization, will not work properly. Until macOS's version reaches the version 2.10.20, expect this behavior.
-
Ubuntu (Snap):
/home/$USER/snap/gimp/47/.config/GIMP/2.10/
-
Regular Linux Installation (.deb, .rpm):
/home/$USER/.config/GIMP/2.10/
The new icon will only work through the patch extration process on Linux enviroments, but you can set it manually on your system.
- This project would't be possible without the amazing GIMP Team.
- The Photo in the new Splash is from Isabella Mariana
- A BIG thanks to all Diolinux's supporters on Twitch and YouTube.