-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFoss-apps.html
More file actions
51 lines (41 loc) · 2.69 KB
/
Foss-apps.html
File metadata and controls
51 lines (41 loc) · 2.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ArkboiTech</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1 style="display: flex;"><a class="header" href="index.html">ArkboiTech - All about Linux tech</a></h1>
<img src="logo.png" alt="Logo" width="48px" height="48px" style="display: flex;">
<hr>
<h3><i>Date: 29/11/2024</i>| The world of Free and Open Source apps in (Linux)</h3>
<pre>
# Alernatives for popular applications
A whole lot of popular applications that we may or may not use on a daily basis are not compatible
with linux, such as (Photoshop, Premiere Pro, MS Office (et cetera)), and that's why most linux distros suggest alternatives,
and most of them are made by the community, and also Free and open source. Today i'll cover a (few) of them and also
talk about why most of them are bad as in a content creator's perspective.
## Photoshop (to) GIMP
Photoshop is a very popular photo editing program developed by Adobe, used by a lot
of people, however it is not available on Linux, so what? We got GIMP,
(GNU Image Manipulation Program) and it's (supposed) to be an alternative
to Photoshop, but oh boy, as a "Certified Pro Photoshop Guy that never used it",
GIMP is bad, very bad, every simple thing in photoshop is converted into Something
insanely hard in GIMP, most features don't exist and it's just more for those who really
don't want to do much other than some basic color correction
Now; An Alternative to an Alternative to photoshop
Photopea <a href="https://photopea.com">(Go to photopea.com)</a>, is a much better alternative
to photoshop that's usable on the browser, it's like a one to one copy
of photoshop, but is free and on the web meaning most of the code can be seen,
and it's also very easy and also very similar to photoshop, and i use it
personally, and i think it's very good!
<img src="https://media.macphun.com/img/uploads/macphun/blog/2228/GIMPvsPhotoshop1.png?q=75&w=1710&h=906&resize=cover" alt="Image: Gimp Icon, VS text, Photoshop Icon (GIMP vs PhotoShop)" width="500px" height="300px">
<pre>Image from <a href="https://media.macphun.com">media.macphun.com</a></pre>
In the next update, i'll discuss more open source apps in Linux, but this is it for now!
thanks for reading
-Arkboi
</pre>
<hr>
<button class="buttonmain"><a class="amain" href="linuxgroup.html">< Go Back</a></button>