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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,933
» Latest member: StellaD09
» Forum threads: 7,694
» Forum posts: 41,846

Full Statistics

Latest Threads
Text Editor hardly ever w...
Forum: General questions
Last Post: sallyanne
9 hours ago
» Replies: 5
» Views: 418
Issue with cut selection
Forum: Installation and usage
Last Post: rich2005
10 hours ago
» Replies: 4
» Views: 213
How to get G'MIC within G...
Forum: General questions
Last Post: rich2005
10 hours ago
» Replies: 4
» Views: 341
"Mouseclick" is not recor...
Forum: General questions
Last Post: ESH
Yesterday, 11:18 PM
» Replies: 0
» Views: 80
Colorized Layer Reverts t...
Forum: General questions
Last Post: sallyanne
Yesterday, 08:57 AM
» Replies: 6
» Views: 433
Gimp 3.0.6-1 G'Mic-Qt ups...
Forum: General questions
Last Post: denzjos
11-11-2025, 07:08 PM
» Replies: 2
» Views: 174
Gimp 3.x scanner xsane pl...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: Ofnuts
11-10-2025, 08:36 AM
» Replies: 14
» Views: 11,669
Gimp 3.0 get Metadata wit...
Forum: Scripting questions
Last Post: Volker
11-09-2025, 06:19 PM
» Replies: 3
» Views: 313
How to make image and mas...
Forum: Installation and usage
Last Post: Ofnuts
11-08-2025, 08:39 PM
» Replies: 5
» Views: 358
Multi window mode mode fa...
Forum: General questions
Last Post: teapot
11-07-2025, 01:40 PM
» Replies: 5
» Views: 509

 
  Tiff export issue
Posted by: Frenchy - 03-01-2020, 10:42 AM - Forum: General questions - Replies (8)

Hi !
With gimp 2.10.12 I exported file .tiff with option including layers
I can read modify file with gimp or others tools but I can't replace them or suppress them in directory, 

I made tests without option inclunding layers and all is ok , I can modify, export and supress files

How to suppress old files in directory ?? I have tried several tools eraser, etc .. without success

Thanks for your feedback

Print this item

  Paths Tool issues with Drawing Tablet
Posted by: SpaceCodes - 03-01-2020, 12:43 AM - Forum: OSX - Replies (1)

Hello all,
  
 When using the paths tool with a Veikk A30 drawing tablet I have been running into an issue where Im only able to make 3 to 5 nodes before my path just disappears. Mouse works fine when creating Paths (I've check the tablet settings and everything looks normal). I can start a path with the mouse then continue with the pen/tablet and it seems to work for a bit but if I change tools then go back to the path tool, it starts doing it again. 
   Any ideas?    Thank you.

Print this item

  Layer - New guide by percent ?
Posted by: Krikor - 02-28-2020, 05:15 PM - Forum: General questions - Replies (9)

I know the feature that creates new guides at 50% of the image (horizontal and vertical) - Image - Guide - New guide (by percent).

How can I do this in layers?

I thank you in advance for your help.

Print this item

  Error in running a simple unsharp mask batch processing script
Posted by: ckolluru - 02-28-2020, 05:04 PM - Forum: Scripting questions - Replies (1)

Hi all,

I'm trying to get this simple unsharp masking batch script to work. I have many .tif files, and I'd like to unsharp mask them in one go.

https://www.gimp.org/tutorials/Basic_Batch/

I've made the scm file, copied it over into the scripts directory. This is the scm file content:

Code:
(define (batch-unsharp-mask pattern
                             radius
                             amount
                             threshold)
 (let* ((filelist (cadr (file-glob pattern 1))))
   (while (not (null? filelist))
          (let* ((filename (car filelist))
                 (image (car (gimp-file-load RUN-NONINTERACTIVE
                                             filename filename)))
                 (drawable (car (gimp-image-get-active-layer image))))
            (plug-in-unsharp-mask RUN-NONINTERACTIVE
                                  image drawable radius amount threshold)
            (gimp-file-save RUN-NONINTERACTIVE
                            image drawable filename filename)
            (gimp-image-delete image))
          (set! filelist (cdr filelist)))))

Next, I open command prompt, move to the folder with the images and run the following command:

Code:
gimp -b '(batch-unsharp-mask "*.tif" 5.0 0.5 0)' -b '(gimp-quit 0)'

Gimp does open up and all the tif files are opened one after another, but then gimp tries to load files named 5.0, 0.5 and 0. This results in an error message.

It says something like this:

Opening 'C:\Users\cxk340\for_gimp_processing\5.0' failed: No such file or directory

Any help would be appreciated. Thanks!

Print this item

  Could someone send me the Liquid Rescale files?
Posted by: CtrlAltDel - 02-27-2020, 10:55 PM - Forum: Linux and other Unixen - Replies (8)

Could a considerate Linux user take the time to locate the files needed to make Liquid Rescale work, zip them up, and post them here so that I can use them.

My version of Gimp AppImage 64bit, ver. 2.10.17 "with plugins", doesn't seem to have Liquid Rescale.  It says that it bundles that particular plugin with the app image I'm using:

AppImage site

but, it doesn't install itself. I'm hoping if someone is already using Linux, and using a 64bit machine, and happen to have a working version of Liquid Rescale, maybe they could pass along the plugin to help others.

Print this item

  CD artwork
Posted by: Goatee - 02-27-2020, 08:56 PM - Forum: General questions - Replies (2)

HI

I'm trying to create artwork to be printed on a CD

The company doing the printing has given a template for the artwork, 118mm diameter with 15mm central hole

I've manage (eventually)to achieve circular artwork but have found it impossible to change the print diameter with any accuracy, all I can do is adjust the dimensions of the layer then measure the diameter of the circular artwork, its all trial and error and is really difficult without a centre spot to measure through, certainly not accurate enough to send to a printer

I really cant believe it is so difficult to create a circle of set diameter, surely there's a better way?

Print this item

  Gimp 2.10.18 and fonts
Posted by: CtrlAltDel - 02-27-2020, 02:08 AM - Forum: General questions - Replies (6)

Hello, everyone.

For the users that are already using Gimp 2.10.18, I would like to ask you if you are now able to change fonts in any plugin or script that you use?  I'm using an AppImage of Gimp at version 2.10.17 and don't have the ability to change fonts in any plugin or script that I use.  Some of these include bevel reflect logo, neon-logo, and mike license plate.

I was just wondering if all of that was fixed in the latest version.  Thanks.

Print this item

  Create 36" Round Deign in Sections
Posted by: CWO4Mann - 02-26-2020, 07:46 PM - Forum: General questions - Replies (5)

I have a design which must be printed to fit in a 36" circle.  I must print on separate pieces of 8x10" paper to transfer the image for the final design.  How can I do this?  I tried making pie-shaped sections but that does not come out correctly .  I appreciate any help.
Thank You
Dave



Attached Files Image(s)
   
Print this item

  Creating a Flyer help me please
Posted by: helpgimpsucks - 02-26-2020, 05:21 PM - Forum: General questions - Replies (2)

Why does Gimp suck so much? Like i literally had to google how to crop an image in Gimp.... I'm trying to take an image I have and create a calendar. Why is this so hard.....? I literally am losing the will to even post this.... I just want to add a calendar to gimp. why is that so hard? I've seen plugins but they have disappeared.

Print this item

  Scaling through menu keeps aspect when it's off..help pls ><
Posted by: marigolden - 02-25-2020, 10:04 PM - Forum: General questions - Replies (5)

Tried to attach the file but too large oh well.. forgot how to do the compression thing. Anyway so my usual trick of scaling through the menu to get around the glitch in gimp where it sometimes deletes the picture when you scale it isn't working. The not disappearing part is working, but it refuses to obey the setting that has keep aspect off so it makes it smaller instead of narrower. Any recourse??

And yes there was plenty of room of layer boundary, and in fact since I was trying to make it narrower that isn't an issue anyway but just to be clear.. def a part of gimp that annoys but finally ran into situation where this trick doesn't work ugh!

Also, not sure if a person or general host runs this site but would be nice if the text written when you press back after it tells you request entity too large will still be there, as I needed to retype

Print this item