| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 4,933
» Latest member: StellaD09
» Forum threads: 7,694
» Forum posts: 41,846
Full Statistics
|
|
|
| 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
|
|
|
| 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.
|
|
|
| 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.
|
|
|
| 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!
|
|
|
| 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.
|
|
|
| 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?
|
|
|
| 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.
|
|
|
| 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.
|
|
|
| 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
|
|
|
|