Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,634
» Latest member: Holographicdkt
» Forum threads: 7,498
» Forum posts: 40,912

Full Statistics

Latest Threads
Endianess of pixel data i...
Forum: Scripting questions
Last Post: teapot
2 hours ago
» Replies: 4
» Views: 251
Can not save or export pi...
Forum: General questions
Last Post: rich2005
4 hours ago
» Replies: 4
» Views: 79
CMYK color mode Gimp 2.10
Forum: Extending the GIMP
Last Post: rich2005
Yesterday, 08:21 PM
» Replies: 22
» Views: 82,453
copy sequence of filters ...
Forum: General questions
Last Post: programmer_ceds
Yesterday, 04:03 PM
» Replies: 3
» Views: 216
[Python] In-memory save p...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: DunkleMaterie
Yesterday, 12:54 PM
» Replies: 4
» Views: 192
text tool
Forum: General questions
Last Post: inemar
Yesterday, 07:08 AM
» Replies: 2
» Views: 171
Python Snippets for GIMP ...
Forum: Scripting questions
Last Post: pixelmixer
07-19-2025, 06:51 PM
» Replies: 4
» Views: 197
Gimp 3.0.4 Appimage by Iv...
Forum: Alternate Gimp packagings
Last Post: vitforlinux
07-19-2025, 11:44 AM
» Replies: 0
» Views: 114
edit_paste pastes at inco...
Forum: Scripting questions
Last Post: class43
07-18-2025, 03:48 PM
» Replies: 2
» Views: 179
Open, save buttons on bot...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: GrumpyDeveloper
07-17-2025, 09:52 PM
» Replies: 8
» Views: 3,053

 
Photo Brushes are all turning into chunky featureless blocks!
Posted by: porkandbeans95 - 09-04-2020, 04:32 AM - Forum: General questions - Replies (2)

Hello! I'm rather new to GIMP and have no prior experience in these types of programs, so do forgive me if the solution to this problem is glaringly obvious.
Anyhow, I have installed a ton of brushes for GIMP, all have been working perfectly...Until today. I open the program to practice some illustrating, and the paintbrush tool is doing this:

[img]file:///home/mochisuke/Pictures/Windowshot_2020-09-04_13:25:25.png[/img]    

It's turning all of my brushes into a big weird chunky block with no definition! Does anyone know the cause of this, and the solution to fix it? Any help would be greatly appreciated.

Thanks!

Print this item

  Rotating a selection
Posted by: rmmwilg - 09-04-2020, 02:32 AM - Forum: General questions - Replies (6)

Can't figure out what I'm missing here, but I'm selecting just one part of a layer and what to rotate just that (ie. not the entire image or layer); however, after making the selection, the only thing that rotates is the selection outline. The actual image remains unaffected

Print this item

  ofn-hatching
Posted by: Ofnuts - 09-03-2020, 10:52 PM - Forum: Extending the GIMP - Replies (17)

A first shot at the script discussed here, to render all kinds of hatchings.

Code is still wet, expect bugs, misfeatures, etc... but read the doc before asking questions.

This is a first shot, more features could come later, dash ends, colors, more complex dash patterns.

The script is here.

Enjoy. And read the doc.

Print this item

  How to get entry in "Open with"
Posted by: david - 09-03-2020, 08:06 PM - Forum: Linux and other Unixen - Replies (5)

I installed gimp appimage 2.10.21 in ubuntu 20.04 having extracted it following Rich's advice. Again thanks to Rich I am able to run it from the terminal and by clicking on its icon in activities.
The cherry on the cake would be if I could have it appear as an option in "Open with".

I have searched the net and the advice I have found suggests adding %U at the end of the Exec= line and adding the MIME types to the .desktop file which I got from Rich.

Both of these I have tried without success. Any ideas would be appreciated.

david.

Print this item

  Painterly - Java Application
Posted by: rich2005 - 09-02-2020, 09:09 AM - Forum: Other graphics software - No Replies

A really old little java program that applies a painting effect. A small choice of four styles. It does come from an earlier era when images where much smaller, so it can look as if nothing is happening, be patient it does not break any speed records. Change any of the settings, remember to click on the Apply Parameters  button to update.

   

Not that small  Wink  it does require the jre runtime : see: https://java.com/en/download/manual.jsp  Linux users can get it from their repo look for OpenJDK Runtime Environment

Unzip the attachment somewhere: Then to run a java application

Code:
java -jar Painterly.jar



Attached Files
.zip   Painterly.zip (Size: 378.46 KB / Downloads: 422)
Print this item

  python-fu : close xcf/clear memory
Posted by: ChameleonScales - 09-02-2020, 07:52 AM - Forum: Scripting questions - Replies (8)

I made a script that creates xcfs, does a few things and saves them. Problem is, it gradually fills up my memory when I execute it on many files.

The last command of the loop is pdb.gimp_xcf_save. So I wonder if I need to add a command to close the xcf of somehow clear the memory, but I didn't find such a thing.
Any idea?

Print this item

  Corrupted tif file
Posted by: Nabuko-225 - 09-02-2020, 07:23 AM - Forum: General questions - Replies (1)

Hi,
While I am sure this must be a common problem, I haven't found any post about it.
It is common knowledge that we should  flatten the layers of an image before exporting it, e.g. in .tif.
However, in haste we tend to forget, and the resulting file is corrupted. Not only it can't be opened, but I can't delete it either.
I tried everything suggested on the net related to the deletion of corrupted file, including rebooting in safe mode, but can't do.

Am I stuck with these files forever?
Cheers

Print this item

  App "Unable to Start Correctly" Error 0xc000007b
Posted by: Gene1000 - 09-02-2020, 04:17 AM - Forum: General questions - Replies (7)

I tried many times and on three different computers to open any one of the plugin executible (exe) files in the GIMP plugin folder in order to extract the plugins's dll file. I keep getting an error message stating that the "application is unable to start correctly" and nothing happens. The error code given is 0xc000007b. Please see the attached picture. 

I've tried everything including removiing and reinstalling versions of Microsoft Visual C ++, updating the NVIDIA drivers, reinstalling GIMP, installing various dll files and other things. No luck.

I'm assuming that if I can extract the dll files from their respective exe files in the GIMP plugin folder (about 130 of them) and then install them in that folder, that I will be able to add these plugins in GIMP. Am I assuming correctly? 

Has anyone experienced this issue and if so, have can you provide a fix?

Thanks for the help.



Attached Files Thumbnail(s)
   
Print this item

  Conflicting dpi and printing too small
Posted by: Alexras - 09-01-2020, 07:59 PM - Forum: General questions - Replies (4)

I've been trying to make something for a while, and ran into some problems that led me needing to take a screenshot of something and then bring the png into GIMP as the starting point for my project. I added some images, then sized and aligned everything to fit the dimensions I need when I print. (The exact dimensions matter as this will be printed on card stock and made into boxes that need to fit in a bigger box.)

I tried printing out test pages, but it came out too small. Part of the problem is that my printer doesn't want to try printing the page size I need (A3), but instead will only print Letter. But this problem led me to looking into dpi, which led me to a different problem.

I click Image > Print Size and see the resolution is 3.78px/mm or 96 dpi.
I click File > Print > Image Settings and see that the resolution is somewhat higher. I try changing the resolution in this dialogue box to see if I can get it to 96 dpi, but it goes to a minimum of 4px/mm or 101.6 dpi, no lower.

My guess is that this disparity between the resolutions is the reason why it's printing too small. Am I right? What can I do about this? How can I get it to print the right size without completely overhauling everything?

Thank you.

Windows 10.0.18362
GIMP 2.10.20 (Revision 1)

Print this item

  Changing aspect ratio
Posted by: Ruprecht - 09-01-2020, 05:04 PM - Forum: General questions - Replies (3)

I have an image with an aspect ratio of 0.62:1 and I want to change it to 0.71:1 and live with the distortion: the image includes text so it can't be cropped.   

As a new user, I have spent what seems like hours Googling "changing aspect ratio with Gimp" and trying without success the few answers I found.  

Can anyone please walk me through a method or point me to a tutorial?  I use Windows 10 and Gimp 2.10.20.

Rgds

Ruprecht

Print this item