You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/hub/about/_index.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,18 +4,18 @@ type: docs
4
4
url: "hub/about"
5
5
---
6
6
7
-
Artbox is a digital painting and illustration application for Linux, specifically designed to cater to the needs of artists. It is an open-sourced, artist-adjusted version of GIMP, which allows for more flexibility and customization.
7
+
Artbox is a version of GIMP made for **Linux**, focused on digital painting and illustration. It was created by an artist and is maintained for daily, practical use.
8
8
9
-
The intention behind Artbox is to add new features and modify GUI interactions to make the application more fun and productive for artists. While GIMP is a powerful and versatile tool, its broad user base and design requirements can make it difficult to introduce significant changes.
9
+
Updates improve the stability of the GIMP base and add small features to help the workflow. Artbox Stable is tested for reliability, while Artbox receives updates more often with new fixes and features.
10
10
11
-
Artbox addresses this limitation by building on top of the GIMP codebase, adding new features that can do more than traditional plug-ins. However, managing these changes carefully is crucial to ensure that Artbox remains stable and compatible with the underlying GIMP codebase.
11
+
Practical notes:
12
+
- Artbox keeps its own .config directory (named "Artbox") and separate data resource folders to avoid altering GIMP user data.
13
+
- For safer work make use of Incremental Saving and use the Almost-Autosave plugin with an autostart command.
12
14
13
-
**Use at your own risk** When using Artbox, I enable [incremental saving](../plugins/folder/Incremental-Save/) and an [auto-save](../plugins/folder/Almost-Autosave/). Artbox is designed to use a separate .config folder named 'Artbox'.
14
-
15
-
There is an [Artbox Stable](https://gitlab.gnome.org/pixelmixer/artbox-stable/-/commits/artbox?ref_type=heads) repository, which follows GIMP stable releases. However, it is _not_ the same as GIMP stable, as it includes extra features that might reduce stability. It is simply more stable and updated less often than [Artbox Development](https://gitlab.gnome.org/pixelmixer/artbox/-/commits/artbox?ref_type=heads).
16
-
17
-
Artbox is configured to use a distinct set of data resource folders, separate from GIMP's, to safeguard GIMP assets from being modified by Artbox. For instance, default brushes and dynamics are stored in these dedicated folders. This separation ensures that Artbox maintains its own user data directory under .config and manages its default resource folders independently.
18
-
19
-
Artbox is powered by the [GNU Image Manipulation Program](https://www.gimp.org/) open source project.
Copy file name to clipboardExpand all lines: content/hub/docs/folder/Construction-Branches.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -603,7 +603,7 @@ Conditionally disables tooltips based on GUI configuration for dockbook tabs and
603
603
604
604
## toolbox-flexible-refactor
605
605
606
-
Refactors toolbox layout with flexible flow box organization and modular area creation functions for improved customization
606
+
Refactors toolbox layout with flexible flow box organization and modular area creation functions for improved customization. Wacom pad events filtered out to fix glitching
Copy file name to clipboardExpand all lines: content/hub/plugins/folder/Alpha-To-Show-Mask.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ type: docs
9
9
10
10
## Introduction
11
11
12
-
This plug-in is a simple one that helps turn a layer’s alpha into a mask in show mode. It helps you find stray pixels if needed. You can set a shortcut key for it. The first press will turn on the mask, and the next press will apply the mask.
12
+
This plug-in toggles a layer’s alpha channel into a mask in Show Mask mode, which is useful for finding stray pixels. On the first run, it converts the alpha channel into a mask, shows it, and switches the foreground and background colours to black and white. On the second run, it applies the mask, restoring the layer to an alpha-only state, and puts your original colours back as the active FG/BG.
0 commit comments