| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
Upgrade 3.0.6
Forum: Windows
Last Post: rich2005
5 hours ago
» Replies: 1
» Views: 37
|
fill area has a border..
Forum: General questions
Last Post: rich2005
5 hours ago
» Replies: 1
» Views: 52
|
ASTROPHOTOGRAPHY- CREATIN...
Forum: Tutorials and tips
Last Post: roymixon
Today, 12:59 AM
» Replies: 4
» Views: 395
|
A simple function to use ...
Forum: Extending the GIMP
Last Post: Scallact
Yesterday, 05:20 PM
» Replies: 0
» Views: 100
|
Is there any version wher...
Forum: Older Gimp versions (2.8, 2.6....)
Last Post: rich2005
Yesterday, 11:06 AM
» Replies: 9
» Views: 2,811
|
free e-on 3D software
Forum: Other graphics software
Last Post: rich2005
Yesterday, 08:49 AM
» Replies: 1
» Views: 122
|
Copy content of channels ...
Forum: General questions
Last Post: Ofnuts
10-26-2025, 12:41 PM
» Replies: 2
» Views: 252
|
Database error fixed on t...
Forum: Gimp-Forum.net
Last Post: Tas_mania
10-25-2025, 09:54 PM
» Replies: 6
» Views: 327
|
Text on a Path....
Forum: General questions
Last Post: Billy G.
10-25-2025, 02:44 PM
» Replies: 9
» Views: 735
|
Gimp 3.0.6 Appimage
Forum: Alternate Gimp packagings
Last Post: 5354photos
10-24-2025, 01:50 AM
» Replies: 5
» Views: 542
|
|
|
| Linux .desktop file |
|
Posted by: akovia - 06-10-2020, 02:12 AM - Forum: General questions
- Replies (2)
|
 |
So I've been in the process of rebuilding my system from scratch and ran into something strange today.
I'm running Arch/xfce with Whisker Menu. I always had a panel at the top of my screen with some launchers for commonly used programs, gimp being one of them. Well I decided to get rid of the panel and just use Whisker Menu's program search instead which is like how Windows menu works for the uninitiated. Press the windows key and just start typing what you want.
This has been working well until I tried to launch gimp and it didn't return a match. It was trivial to figure out why, as the word gimp wasn't anywhere in the .desktop file, so there was nothing to match. It just struck me funny that it wasn't and I wondered who was in charge of that. I would think that you'd want the single word your program is known by to be somewhere in the name or the description/comment.
It was easily fixed by adding gimp to the Comment line, but still....
Code:
[Desktop Entry]
Version=1.0
Type=Application
_Name=GNU Image Manipulation Program
_GenericName=Image Editor
_Comment=Create images and edit photographs
# Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon!
_Keywords=GIMP;graphic;design;illustration;painting;
Exec=@GIMP_COMMAND@ %U
TryExec=gimp-@GIMP_APP_VERSION@
Icon=gimp
Terminal=false
Categories=Graphics;2DGraphics;RasterGraphics;GTK;
StartupNotify=true
MimeType=@MIME_TYPES@
|
|
|
| Custom Window Title for Folder Selection |
|
Posted by: radzo73 - 06-09-2020, 09:36 PM - Forum: Scripting questions
- Replies (5)
|
 |
Hey,
In my GIMP 2.8.22 script (because cropping in 2.10 sucks), I've registered a PF_DIRNAME as (PF_DIRNAME, "file_inpath", "Input Image Folder", "/tmp"), and unlike a PF_FILE, where the window title is "[title] - [PF_FILE name]", it shows "Python-Fu Folder Selection". Is there a way to change the window title so that it's just "[the PF_DIRNAME folder name]"?
With hope,
radzo73
|
|
|
| Script OCR Image (Tesseract OCR engine ) |
|
Posted by: SnakerWolf - 06-08-2020, 04:42 AM - Forum: Extending the GIMP
- Replies (7)
|
 |
Script for OCR text (Balloon Text)
This script allows you to perform text recognition of the text balloons of an image, it also allows you to translate the text using Google Translator.
It can be translated from any language, Japanese, Korean, Chinese to English, Spanish. Russian.
Use the Engine Tesseract (CaptureText), to recognize the text.
It can be used for multiple images at once,
Videos Youtube
https://youtu.be/sASVPqiOojo
Only Scripts
OCRForBalloonsText Only Scripts.zip (Size: 85.54 KB / Downloads: 1375)
all Files necessary waifu2x,engine tesseract,tessdata, 86_Redistributable for Visual Studio 2015 (480 MB)
https://drive.google.com/file/d/1sBxH-lA...sp=sharing
Include other scripts
Script for change size, color the text.
Script for scale with Waifu2x
Script for create group layer
Script for save your selection as paths
Script for remove layers
|
|
|
| Paths tool multiple selections? |
|
Posted by: sl60 - 06-07-2020, 07:19 PM - Forum: General questions
- Replies (1)
|
 |
I never tried this before. What if, say, you construct a square with the paths tool, select it, and then decide to add a triangle to this shape and select this, too? I tried holding down SHIFT but that doesn't work. Any other ways?
|
|
|
|