this post was submitted on 02 Jul 2023
10 points (100.0% liked)
Linux
48153 readers
628 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It's possible to get a relatively recent version of Adobe Photoshop, but it's very clunky due to WINE's arguably lackluster application support (most of the contributors focus on gaming). The alternatives can do the job though, GIMP (there's a Photoshop style to make it more familiar) and Inkscape are pretty decent and light alternatives.
GIMP is powerful, but might as well be declared abandoned with how they've been preparing to port it to GTK 3 for a decade. It has some great features being held back by poor hardware acceleration and falling behind features provided even by alternatives like Photopea. It's the X11 of photo editors.
Inkscape is okay, but the workflow stinks. BoxySVG is comparatively much more intuitive if it wasn't lacking in a bunch of features. Inkscape has also basically been abandoned imo, with the project still not managing to get Apple M1 support working on the latest MacOS for nearly a year.
The barrier to contribute to either project is also sky-high imo, with their insistence on using C for cross=platform, front end applications. Normally this wouldn't be a massive deal but it's one of the key reasons I think Photopea and other proprietary freeware apps are running circles on these two projects - The turnaround for features and UX is so much better with modern languages.