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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,335
» Latest member: julescousins
» Forum threads: 6,650
» Forum posts: 36,239

Full Statistics

Latest Threads
GIMP not utilizing NVIDIA...
Forum: Linux and other Unixen
Last Post: Ofnuts
26 minutes ago
» Replies: 12
» Views: 259
Color change
Forum: General questions
Last Post: rich2005
1 hour ago
» Replies: 3
» Views: 107
Scaling an image to a fix...
Forum: General questions
Last Post: PixLab
7 hours ago
» Replies: 2
» Views: 124
Bulk LUTs Previewer
Forum: Other graphics software
Last Post: denzjos
Today, 08:57 AM
» Replies: 0
» Views: 69
exr manipulation
Forum: General questions
Last Post: rich2005
Yesterday, 04:56 PM
» Replies: 9
» Views: 239
Text tool
Forum: General questions
Last Post: Ofnuts
Yesterday, 07:03 AM
» Replies: 3
» Views: 119
Gimp 2.10.36: Menu - View...
Forum: General questions
Last Post: nbeaudet
04-22-2024, 09:37 AM
» Replies: 5
» Views: 212
Downloaded the full gimps...
Forum: Watercooler
Last Post: denzjos
04-22-2024, 06:46 AM
» Replies: 1
» Views: 120
'plug-in-resynthesizer' n...
Forum: OSX
Last Post: Timbre
04-21-2024, 11:53 PM
» Replies: 3
» Views: 2,239
Gimp reverting document s...
Forum: General questions
Last Post: TimzPilot
04-21-2024, 11:26 PM
» Replies: 2
» Views: 235

 
  Hexagonal grids - GIMP python plug-in
Posted by: Scallact - 03-26-2023, 11:30 AM - Forum: Extending the GIMP - Replies (9)

Hi, I'm new to the forum.

This is my GIMP python script for the creation of hexagonal grids, with a "best fit" search algorithm for optimal rasterization.

Link to download:

http://graphie.org/ressources/gimp/plugi...230326.zip


Some images:

http://graphie.org/ressources/gimp/plugi...h30_01.png

http://graphie.org/ressources/gimp/plugi...ace_01.png

http://graphie.org/ressources/gimp/plugi...put_01.png


About the plug-in:
        

  • It creates an hexagonal grid as a vector "path", covering as much as possible of the image's surface.
  • The hexagon's ideal dimensions are calculated and then slightly stretched to fit the image's pixels.
  • To avoid too much stretching, the algorithm searches for the best size within a user chosen interval.
  • Optionally, the path can be stroked on the active or newly created layer.

I'd also like to recommend the excellent path-shaped-grid plugin by Ofnuts. My plugin is more specific to hexagons, and I tried not to duplicate the existing one's functionalities too much. I have done a few refinements that I hope will be useful, like image grid adjustment, and search for optimal parameters.

Enjoy!

Print this item

  Which install download for Apple M1 chip?
Posted by: foxycologist - 03-26-2023, 09:56 AM - Forum: OSX - Replies (6)

I've been having trouble installing the BIMP plug-in, with error messages stating 'Official GIMP package not found'.  I looked at the file path for plug-ins indicated in the BIMP executables, and noticed that they were very different from those in my existing GIMP installation. So I have uninstalled GIMP and am starting again.  

I am using an iMac with Apple M1 chip, running OS-X 13.2.1 Ventura.  The GIMP download options are 'GIMP for Intel' and 'GIMP for Apple Silicon'.  I chose the latter, but the dmg file it downloads is called 'gimp-2.10.34-arm64.dmg'.  I thought ARM chips were different again?  Is this the correct download for the Apple M1 chip?

Print this item

  GIMP not recognising some ttf fonts...
Posted by: RootlessAgrarian - 03-26-2023, 01:31 AM - Forum: General questions - Replies (1)

I have found tantalising hints about this problem here and there but no real explanation and no solutions.

I have some trusty old fonts that I'm quite fond of and have used in graphical layouts for many years.

These fonts still look fine in Apple's FontBook.  I can still set text with them in TextEdit.

GIMP continues to see these fonts in its master Fonts Menu as always.

However, it is not drawing the glyphs for these fonts at all.  Instead it is representing them as rectangles containing ASCII code values.

WTH?

I've never had a problem with GIMP and fonts before.  There seems to be no particular rhyme or reason to the failure -- it's not like "only all-caps fonts are failing", or "only fonts with no boldface and italic option are failing."  It seems kind of random.

The one I first noticed was Bank Gothic, an oldie but a goodie.  Then I realised that in the GIMP Font Menu there were some other fonts with no rendition, just ASCII codes.  It's not a large percentage of my font library but it does include some of my favourites.  Grrr!

Does anyone have a clue?

Print this item

  batch adding text
Posted by: rex - 03-25-2023, 09:25 PM - Forum: General questions - Replies (2)

Hello. I have a problem: I need to create 300 invitations. The invitations consist of the same graphic to which I need to add the details of the invited people.
How can I automate this in Gimp?

Thank you in advance for your help.

Print this item

  Resunthesizer Plugin for Mac
Posted by: wetumpka - 03-25-2023, 04:38 PM - Forum: OSX - Replies (2)

Hello

I apologise if this has been covered, but a search for same problem did not yield anything.  I am running GIMP 2.10.34 and I am trying to install the Resynthesizer plugin on Catalina (10.15.7).  I followed the instruction on several different sites and YouTube experts.  This problem seems to be different than what I am finding (all having to do with libintl.8.  The solution was to create a symlink from .8 to point to .9.  I have done that and it still is not playing ball.  The error I get is this:



Traceback (most recent call last):
  File "/Applications/GIMP.app/Contents/Resources/lib/gimp/2.0/python/gimpfu.py", line 741, in response
    dialog.res = run_script(params)
  File "/Applications/GIMP.app/Contents/Resources/lib/gimp/2.0/python/gimpfu.py", line 362, in run_script
    return apply(function, params)
  File "/Applications/GIMP.app/Contents/Resources/lib/gimp/2.0/plug-ins/plugin-heal-selection.py", line 148, in heal_selection
    pdb.plug_in_resynthesizer(timg, tdrawable, 0,0, useBorder, work_drawable.ID, -1, -1, 0.0, 0.117, 16, 500)
error: procedure not found

I'm kind of useless at these kinds of things.  Is there an expert that can tell me what the issue is?  Any replies very much appreciated.

Bob

Print this item

  [split] Resynthisizer Heal Selection Runtime Error
Posted by: Langis - 03-25-2023, 03:32 PM - Forum: Extending the GIMP - Replies (1)

(12-27-2018, 04:31 PM)gstalnaker Wrote: Thanks again!

I ran into this problem using Gimp-2.10 on Mac OSX Ventura

Can anybody help?



Attached Files Thumbnail(s)
   
Print this item

  Viewing Layers as Individual Pages
Posted by: Lassie - 03-25-2023, 03:56 AM - Forum: General questions - Replies (2)

I cleaned up a 78 page old photocopied document. Very easy by increasing contrast on the colors tab. After editing each page and saved it  - they became layers. I saved as .xcf  and exported to .png. In either case, I cannot view the separate layers so that I can print each page.  Any suggestions?

Print this item

  ofn-flatten-cylinder
Posted by: Ofnuts - 03-24-2023, 06:29 PM - Forum: Extending the GIMP - Replies (7)

Continuing with my obsession over cylinders in general and beverage bottles & cans in particular, may I introduce you to ofn-flatten-cylinder, that takes the image of a cylinder (or something on a cylinder):

   

And flattens it:

   

Of course,the pictures have to be taken carefully to be usable by the script, see the doc.

As usual the script is here.

Enjoy.

Print this item

  Plugin for refreshing old photographs
Posted by: Whippie - 03-24-2023, 06:11 PM - Forum: General questions - Replies (7)

Hi all!

I'm new to Gimp. I want to make a photobook for my parents 80th birthday. I have some old photos, that are faded and strangely colored. I googled a bit and found a plugin (restore.py from https://github.com/stongey/PhotoRestorewritten in python) that was really old but with great results. I tried to install it, but with no luck. I finally installed Gimp newly with python and some other packages (took me some hours to try all the hints) but still that plugin does not appear in the menu. I'm using Ubuntu 20.04 with Gimp 2.10.34 and Python 2.7.

Are there any other plugins working like this one that are easier to install?

And if not, how can I refresh the old photographs? Are there any good tutorials / videos? And didn't find good one when searching. Maybe I didn't use the right terms for searching.

Many thanks in advance!

Silke

Print this item

Question Pixls.us
Posted by: sallyanne - 03-24-2023, 07:27 AM - Forum: Watercooler - Replies (3)

How long has the forum in pixls.us been unreachable?

Print this item