Welcome, Guest |
You have to register before you can post on our site.
|
Latest Threads |
Open, save buttons on bot...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: GrumpyDeveloper
5 hours ago
» Replies: 8
» Views: 2,856
|
edit_paste pastes at inco...
Forum: Scripting questions
Last Post: Ofnuts
5 hours ago
» Replies: 1
» Views: 57
|
Clone size randomly chang...
Forum: General questions
Last Post: oldschool1@runbox.com
9 hours ago
» Replies: 2
» Views: 135
|
AI Gimp Plugins
Forum: Watercooler
Last Post: Zbyma72age
11 hours ago
» Replies: 20
» Views: 53,250
|
Gimp closes automatically
Forum: General questions
Last Post: sallyanne
Yesterday, 05:50 AM
» Replies: 2
» Views: 183
|
AIGoR - Artificial Image ...
Forum: Other graphics software
Last Post: vitforlinux
07-16-2025, 11:10 AM
» Replies: 12
» Views: 3,784
|
Is This Possible ? Print ...
Forum: General questions
Last Post: sallyanne
07-16-2025, 07:47 AM
» Replies: 4
» Views: 178
|
Gimp Crash
Forum: Gimp 2.99 & Gimp 3.0
Last Post: rich2005
07-16-2025, 07:16 AM
» Replies: 1
» Views: 136
|
producing an image
Forum: Gallery
Last Post: MJ Barmish
07-15-2025, 06:37 PM
» Replies: 0
» Views: 102
|
GIMP 3.x: Editing a pdf
Forum: General questions
Last Post: rich2005
07-15-2025, 03:20 PM
» Replies: 1
» Views: 120
|
|
|
Mysterious problem with selection and copying |
Posted by: Koivu - 06-11-2023, 09:02 AM - Forum: Linux and other Unixen
- Replies (9)
|
 |
Hello all! I'm having mysterious problem with Gimp that occurred first time around 30.5.2023. Been using Gimp about 15 years now.
The problem: after reopening xcf file, can't select anything.
- The dotted line of selection doesn't show up, even if "Show selection" is checked.
- When copying the selected area and creating new file or layer out of it, the result is empty transparent layer. (Copy visible has the same result.)
- This never occurs on new files, only reopened xcf files.
- Not all my xcf files have this problem when opening. But it seems to occur randomly, even in files older than 30.5.23.
Solutions I've tried but didn't fix this:
- Reinstall Gimp
- Reverting into older Gimp version
- Remove Wacom tablet
- Remove G'mic
- Use Cinnamon instead of Xfce working environment
- Opening the file straight from SSD instead mounting hard drive first
- Saving as with the option "Save this XCF file with better but slower compression" unchecked
Solutions that kind of worked (a.k.a. more info about the problem) :
- Removing the Gimp's "2.10" config folder (home/username/.config/GIMP/2.10).
At first time this worked. I opened the Gimp and configurated the settings while testing that it was working. (By testing I mean I had opened a xcf file that previously had the problem and successfully selected and copy&pasted part of it.) I configurated the settings in small sections, every now and then shutting down the Gimp, to see which one was the problem, but the problem didn't occur anymore on the session I had the computer open. How ever at next day when I opened the computer again, the problem was present like I hadn't ever resetted the settings. I tried this trick again, but even starting with the "2.10" folder removed, the problem occurred.
- Saving the file as.
I saved the problematic file as filename_test1.xcf and closed the Gimp. Then reopened it and then filename_test1.xcf and it was working. BUT! If I do the same thing while the Gimp is RUNNING, for example save as filename_test2.xcf, it has the problem. (Well, it kind of solves the problem, but it's really impractical to have to do this every time...)
- Using different computer. My spouse has the same operating system, working environment and version of the Gimp. The problem doesn't occur on his computer, even my problematic files work just fine. (...But I need it to work on my computer since it's mine... :D )
If it mattes, I'm using Linux Manjaro, kernel version 6.1.31-2. Used Gimp 2.10.34-1 when this problem first time occurred, today reverted to Gimp 2.10.32-2 but it didn't fix it.
Any further questions are welcome, I'll try to answer the best I can.
I really hope someone can find a way to fix this!
|
|
|
plugins? |
Posted by: novalore40 - 06-10-2023, 09:32 PM - Forum: General questions
- Replies (4)
|
 |
I have just upgraded to the most recent gimp that is stable 2.10 i think and i have some plugins like redfield and i can't get the plugins to install what am i doing wrong i have them in app data but they aren't showing up pls help
|
|
|
[split] Rotating on Y axis like Map Object (Plane) |
Posted by: nachocoin - 06-08-2023, 03:47 PM - Forum: Extending the GIMP
- Replies (3)
|
 |
(03-09-2023, 11:47 PM)Ofnuts Wrote: Map object is not unusable (or even that hard to understand).... until you want to map something to an existing cylinder in your image, that elicits considerable amounts of trial and error, first for the size/position/rotation, then for the lighting. If/when they redo Map object with a live preview on the canvas then things will be a lot easier.
I have been looking to map the y axis of plane mode via a python script
any help would be greatly appreciated
specifically try to get orientaion y to rotate(-180, 180, 5)
but all attempts so far have given the incorrect results. I can do this manually but when i need to create so many layers it becomes too time consuming.
her is the last script i tried:
'''
import math
from gimpfu import *
def rotate_image_on_y(image, drawable):
for angle in range(-180, 185, 5):
# Create a duplicate of the drawable (layer)
duplicate_layer = pdb.gimp_layer_new_from_drawable(drawable, image)
# Add the duplicate layer to the image
pdb.gimp_image_insert_layer(image, duplicate_layer, None, -1)
# Rotate the duplicate layer on the Y-axis
pdb.gimp_item_transform_rotate(duplicate_layer, math.radians(angle), True, 0, 0)
pdb.gimp_displays_flush()
register(
"rotate_image_on_y",
"Rotate Image on Y-Axis",
"Rotate image on the Y-axis",
"Your Name",
"Your Name",
"2023",
"<Image>/Filters/MyScripts/Rotate Image on Y-Axis",
"*",
[],
[],
rotate_image_on_y)
main()
'''
|
|
|
Crashes on first launch |
Posted by: promisem - 06-07-2023, 03:48 PM - Forum: Installation and usage
- Replies (1)
|
 |
I reinstalled 2.10.34 after an earlier version started having plugin crashes. The new install freezes when loading tile.exe. I have tried reinstalling it and confirming that the directory was deleted before trying again. Windows 10.
EDIT: The program launched after 3 or 4 tries.
|
|
|
Python Fu |
Posted by: DoggoOfSpeed - 06-07-2023, 12:03 PM - Forum: Scripting questions
- Replies (3)
|
 |
Tried to create my first script to save all open files and while it works, I've encountered a strange issue.
Code:
#!/usr/bin/env python
# Author: DoggoOfSpeed
from gimpfu import *
import os
def save(image, path):
for layer in image.layers:
image_name_clean = os.path.splitext(
os.path.basename(image.filename))[0]
full_path = os.path.join(path, image_name_clean + '.xcf')
pdb.gimp_xcf_save(0, image, layer, full_path, full_path)
def save_all(path_type, custom_path, x, y):
open_images = gimp.image_list()
for single_image in open_images:
location = os.path.dirname(single_image.filename)
location_parent = os.path.dirname(location)
if x == 0:
save(single_image, location)
elif x == 1:
if not os.path.exists(location + "/Saved"):
os.mkdir(location + "/Saved")
save(single_image, location + "/Saved")
elif x == 2:
if not os.path.exists(location_parent + "/Saved"):
os.mkdir(location_parent + "/Saved")
save(single_image, location_parent + "/Saved")
elif x == 3:
save(single_image, y)
single_image.clean_all()
register(
"save_all",
"Save All",
"Saves all opened images",
"DoggoOfSpeed",
"DoggoOfSpeed",
"2023",
"<Image>/Save All Images",
"RGB*, GRAY*",
[
(PF_OPTION, "path_type", "Save Path", 0, ("Next to Original",
"In Sibling Folder", "In Parent", "In Custom Folder")),
(PF_DIRNAME, "custom_path", "Custom Path", os.getcwd())
],
[],
save_all)
main()
For some reason, the function save_all() receives 4 arguments instead of the 2 requires (I added the variables x and y to accommodate that). Not only that, those variables actually contain the data from the PF_Option (in y) and PF_Dirname (in x) when I'd expect them to be in path_type and custom_path respectively. So my question is why and how do the 2 unwanted parameters appear there?
|
|
|
|