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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,359
» Latest member: Allex
» Forum threads: 6,662
» Forum posts: 36,313

Full Statistics

Latest Threads
Currently Active Image
Forum: Scripting questions
Last Post: JBreckeen
11 hours ago
» Replies: 6
» Views: 218
Darktable Images Opening ...
Forum: Windows
Last Post: rich2005
Yesterday, 05:13 PM
» Replies: 4
» Views: 152
Downloaded the full gimps...
Forum: Watercooler
Last Post: PixLab
Yesterday, 05:13 PM
» Replies: 3
» Views: 238
[SUGGESTION] Improved uni...
Forum: General questions
Last Post: Ofnuts
05-03-2024, 09:48 PM
» Replies: 4
» Views: 227
Getting active image and ...
Forum: Tutorials and tips
Last Post: Ofnuts
05-02-2024, 07:32 AM
» Replies: 0
» Views: 151
python-fu pdb.file_exr_sa...
Forum: Scripting questions
Last Post: JBreckeen
05-01-2024, 03:12 PM
» Replies: 0
» Views: 109
Threading / Loops in Pyth...
Forum: Scripting questions
Last Post: JBreckeen
05-01-2024, 02:46 PM
» Replies: 14
» Views: 1,464
how do i erase blue penci...
Forum: General questions
Last Post: rich2005
05-01-2024, 07:21 AM
» Replies: 1
» Views: 147
Align Tool: Distribute ta...
Forum: General questions
Last Post: akn_39
04-30-2024, 10:08 PM
» Replies: 3
» Views: 3,150
Script Collection Online
Forum: Scripting questions
Last Post: rgbellotti
04-30-2024, 01:35 AM
» Replies: 1
» Views: 436

 
  'plug-in-resynthesizer' not found: Mac Monterey
Posted by: fridayxiii - 08-23-2022, 05:49 PM - Forum: OSX - Replies (3)

I'm using GIMP 2.10.31 on MacOS Monterey.  I installed the resynthesizes plugin but get an error "'plug-in-resynthesizer' not found" when trying to heal an area.  I found a help article that directs users to create a new dynamic link:

It turns out that the plugin uses a newer dynamic library than what I have on Catalina. In detail, both resynthesizer and resynthesizer_gui are linked against the dynamic library with the name 

Code:
libintl.9.dylib

, but on Catalina I only have the earlier version 

Code:
libintl.8.dylib

. Normally I get the opposite problem that software links against outdated older libraries, but in this case it seems to work to simply make a symbolic link to the existing library to pretend this is also a version 9 library. On my system I found 

Code:
libintl.8.dylib

 in directory 

Code:
/usr/local/lib

. Thus, the command to establish that link is:



Code:
cd /usr/local/lib
ln -s libintl.8.dylib libintl.9.dylib 
After restarting Gimp and trying again it should work


The problem is that I don't have /usr/local/lib on my Mac  Huh  I have /usr/lib but when running the last command I get an error "libintl.9.dylib: Operation not permitted"


Any ideas how to fix this?  

TIA

Print this item

  My cat walk 5s about PC and change something about fonts,catastrophic mistake
Posted by: Xprometeo - 08-23-2022, 04:01 PM - Forum: General questions - Replies (7)

Hi, i have a lot hours work done in GIMP about a boardgame i am doing last 3 weeks. Today my cat start walk in my PC.

My problem: I was using 2 fonts in my cards(the boardgame is with cards), "Arial Bold"(a few) and "Times New Roman Bold"(most), suddenly all related to times new roman was "out of sync" and when i select any these go standard to changing to "DejaVu Serif Bold", i mean if i wanted change any number i have change the font because that go automatically to DejaVu Serif Bold, i calculate how long can it take about 8-10 hours changing if i did manually, a hell since it can happen again in another 5 seconds with my cat or even alone, i try search about this problem, but nothing, please help!!!!

Print this item

  How To Create A Halftone Effect On Part of An Image or Color?
Posted by: Frankwpb1970 - 08-23-2022, 12:41 PM - Forum: General questions - Replies (5)

Is there a way to create a partial halftone effect on an image( almost like a halftone gradient ) or color?

I have seen several designs where there is halftone effect in certain areas of an image however not the entire image and was curious if there is a way to create this design effect with GIMP?

Thank You.



Attached Files Image(s)
   
Print this item

  Creating Multiple Copies of Image
Posted by: EasyGoingPat - 08-23-2022, 11:30 AM - Forum: General questions - Replies (4)

Hi,

I have a large image (roughly 10,000 pixels wide) that is intended to be a template. The idea is that you create your design over the top of it then turn off the template layer and export as JPG or PNG.

On this large layer, I want to create multiple copies of a much smaller image (say 100 x 100 pixels).

Is there any way to do this in GIMP? I have a feeling the Clone tool might be the way to go but don't seem to be able to get any useful result despite trying a few tutorials.

(I've used GIMP for a while but don't regard myself as much more than a newbie so any advice would be welcome.)

Kind wishes - Patrick

Print this item

  [bug report] Problem with saving raw pictures
Posted by: Videogmaer555 - 08-22-2022, 09:00 PM - Forum: General questions - Replies (2)

This bug existed in a previous version of Gimp 2.10, and even after I updated to the latest version of Gimp 2.10 (version 2.10.32) the bug remained.

Here's an explanation of the bug:
When I load a 16bit grayscale raw image file (extension is .data) it correctly keeps the 16bit mode in the loaded file. However, when I then use export to again save the edited 16bit grayscale picture, again as a raw image, the output file is incorrectly converted to 8bit grayscale. The result is that I lose the 16bitness of the raw data output. It keeps the 16bitness if I save to a TIF file or PNG file, but not if I save back to a raw (file extension .data) image. Please fix this bug.

Print this item

Shocked Screenshot options
Posted by: Krikor - 08-22-2022, 07:49 PM - Forum: Installation and usage - Replies (6)

After reading rich2205's post at:

https://www.gimp-forum.net/Thread-Color-...5#pid30585

The very practical way in which the area was selected (demonstrated in Link --➤ https://i.imgur.com/4QTyMtL.mp4 ) left me thinking: "Wow, how has this never been so easy for me!? "  

So today I decided to try this new way to get a screenshoot, but I found that my Gimp doesn't have the same tools as those used by rich2005.   Confused

There is simply no option "Select a region to grab".

01-Screenshot in the rich2005 Gimp;

02-Screenshot in my Gimp.
   

Would this option come from a Gimp configuration? From a script/plugin?

How could I make this option available in my Gimp?  Huh

Thanks for clarification

Print this item

  Matching colour between photos using the same area as reference point
Posted by: allo - 08-22-2022, 04:37 PM - Forum: General questions - Replies (1)

I have multiple profile pictures of staff members taken with the same backdrop, but due to issues with camera exposure, the colour tones of the images all look slightly different. Given the backdrop is supposed to be the same colour in all photos, is there a quick way in Gimp to use the backgrounds as a reference to match the “colour profile” of one image to another one?

Please help!

Print this item

  Filling with white when rotating
Posted by: devinl - 08-21-2022, 06:27 PM - Forum: General questions - Replies (2)

When I increase the size of the canvas, I have the option for the new space to be filled with white. But when I rotate an image, the areas out of which the image rotates are transparent. Is there a way to have these areas be filled with white? If not, is there a quick and easy way to fill them with white?

Print this item

  Watermark Remover
Posted by: meetdilip - 08-21-2022, 01:58 AM - Forum: Other graphics software - Replies (5)

Found this on GitHub. Not sure how to use it though.

https://dmitryulyanov.github.io/deep_image_prior


Another one

https://github.com/zxq2233/n2n-watermark-remove

One more

https://github.com/zuruoke/watermark-removal

Print this item

  Automation of saving files
Posted by: Cjrearl84 - 08-20-2022, 03:14 PM - Forum: General questions - Replies (2)

Hi,

I was wondering if there is some means within Gimp to automate the process of saving files?

For context, I create clipart type content, with multiple colour options etc.  I sell digital versions of the files in multiple formats (jpg, xcf, png etc).  For each artwork I create, I end up saving maybe 40-50 colour / format variants which is quite time consuming.

I was wondering if there was a way to automate the saving process through writing a script etc? 

I've some very limited coding ability (having used VBA etc) so was hoping to find a way to speed up this time consuming process. 

Thanks for your expertise!

Chris

Print this item