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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,951
» Latest member: VairtaJaR
» Forum threads: 7,711
» Forum posts: 41,923

Full Statistics

Latest Threads
Has anyone tried getting ...
Forum: Extending the GIMP
Last Post: vitforlinux
47 minutes ago
» Replies: 0
» Views: 7
Gimp 3 path tool auto con...
Forum: General questions
Last Post: rich2005
2 hours ago
» Replies: 1
» Views: 74
Gimp 3.0.6 Python plug-in...
Forum: Scripting questions
Last Post: Volker
3 hours ago
» Replies: 5
» Views: 192
B&W and slight green tone
Forum: Gimp 2.10
Last Post: StellaD09
3 hours ago
» Replies: 12
» Views: 15,942
How to transform a layer ...
Forum: General questions
Last Post: teapot
4 hours ago
» Replies: 4
» Views: 210
Issue with Gradient Flare...
Forum: General questions
Last Post: ldd2
Yesterday, 10:24 PM
» Replies: 5
» Views: 276
Wall Of Fractal Featuring...
Forum: Gallery
Last Post: Tas_mania
Yesterday, 08:43 PM
» Replies: 0
» Views: 74
Text Editor hardly ever w...
Forum: General questions
Last Post: sallyanne
Yesterday, 01:29 PM
» Replies: 6
» Views: 575
Ubuntu - Right way to cra...
Forum: Linux and other Unixen
Last Post: ExplodingCabbage
11-18-2025, 08:01 PM
» Replies: 2
» Views: 253
What exactly tutorials ar...
Forum: General questions
Last Post: SleipnirTheHorse
11-18-2025, 02:32 PM
» Replies: 5
» Views: 454

 
  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

  ofn-text-along-path with 2 menus
Posted by: Krikor - 02-25-2020, 05:57 PM - Forum: General questions - Replies (1)

I don't know which title could have been chosen better.

Maybe everything is normal, but ...
Only now have I noticed that there are two ofn-text-along-path scripts displayed in the menu;
• ofn-text-along-path
• ofn-text-along-path-Multi

But the strange thing is that:
• There is only one .py file for both. (ofn-text-along-path.py)
• I don't see any difference between them other than the name and that there are two of them on the menu, and that both work.

I don't know how I achieved this feat.

Is it supposed to be like this, like this?



Attached Files Thumbnail(s)
   
Print this item

  Changing alpha channel to be completely opaque
Posted by: programmer_ceds - 02-25-2020, 05:15 PM - Forum: General questions - Replies (2)

If a layer has an alpha channel with partially transparent pixels (alpha = 1 to 254) the menu option "Layer/Transparency/Threshold Alpha..." can be used to make these pixels fully opaque (alpha = 255).

Is there an existing method for making any fully transparent (alpha = 0) pixels fully opaque (other than by painting over them everywhere they occur in the image)?

Ideally the Threshold Alpha tool would provide a way to do this but I guess it will come down to writing a script if there isn't one already.

(Edit: Just deleting the alpha channel causes any pixels that are not fully opaque to be filled with the background colour - so this, which might appear to be the easy answer, doesn't work)

Print this item

  Tip: Work-around: Gimp 2.10.18 script / plugin bug
Posted by: rich2005 - 02-25-2020, 03:13 PM - Forum: Tutorials and tips - Replies (2)

This is primarily for Linux users, you need to keep the troublesome dialogue on top for drag-n-drop to work. 
No good for Windows users, this fix does not work  Windows users have a 'fixed' samj portable Gimp 2.10.18 as a fallback.

In Gimp 2.10.16 / 2.10.18 There is a bug which causes an error in a script-fu / plugin when a resource - font / brush / pattern etc - change is initiated, preventing the change.

This using Ofnuts text along path plugin.

   

(1) Change the font and it is not possible, Only the specified 'Sans' font usable.
(2) The dialogue has to remain above the main Gimp window for this, so set that property.
(3) The new font can be dragged and dropped into the dialogue for the change.
(4) That then applied as expected from one of Ofnuts plugins.

Old / ancient logo scripts as well, although these do not always work as expected in Gimp 2.10  (5) & (6) 

   

Print this item

  Problème dimensions lorsque je colle un calque
Posted by: Jelya - 02-25-2020, 10:25 AM - Forum: General questions - Replies (1)

Bonjour,

J'utilise Gimp 2.10.12 et lorsque je copie une image et que je la colle sur une autre image en tant que calque elle ne se colle pas aux bonnes dimensions. Par exemple je prends une image qui fait 100x145mm et quand je la colle elle se colle à 105x150, est ce que quelqu'un aurait une solution à m'apporter pour que mes calques se mettent automatiquement aux bonnes dimensions ?

Merci à vous


Google Translate:

Hello,

I'm using Gimp 2.10.12 and when I copy an image and paste it on another image as a layer it doesn't stick to the right dimensions. For example I take an image which is 100x145mm and when I paste it it sticks to 105x150, does someone have a solution to bring me so that my layers are automatically set to the right dimensions?

thank you

Print this item