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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,620
» Latest member: KjellA
» Forum threads: 7,485
» Forum posts: 40,867

Full Statistics

Latest Threads
Gimp closes automatically
Forum: General questions
Last Post: rich2005
13 minutes ago
» Replies: 1
» Views: 28
GIMP 3.x: Editing a pdf
Forum: General questions
Last Post: rich2005
1 hour ago
» Replies: 1
» Views: 30
Is This Possible ? Print ...
Forum: General questions
Last Post: rich2005
1 hour ago
» Replies: 3
» Views: 51
Color is not translating ...
Forum: General questions
Last Post: Ofnuts
9 hours ago
» Replies: 1
» Views: 98
3.0.4 Crashes when drag a...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: kayalif
10 hours ago
» Replies: 9
» Views: 377
how to change default pas...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: CmykStudent
Today, 04:03 AM
» Replies: 25
» Views: 12,009
CMYK color mode Gimp 2.10
Forum: Extending the GIMP
Last Post: rich2005
Yesterday, 08:30 PM
» Replies: 18
» Views: 81,870
Endianess of pixel data i...
Forum: Scripting questions
Last Post: Ofnuts
Yesterday, 07:23 PM
» Replies: 3
» Views: 103
Edge detect leaves invisi...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: marty39
Yesterday, 12:18 PM
» Replies: 3
» Views: 160
cannot find instructions ...
Forum: General questions
Last Post: rich2005
Yesterday, 09:19 AM
» Replies: 4
» Views: 197

 
  panoramic viewer
Posted by: denzjos - 08-14-2023, 07:07 PM - Forum: Other graphics software - Replies (2)

FSPViewer is a free viewer for spherical (equirectangular) panoramic images
https://www.fsoft.it/FSPViewer/
I've made some panoramic photos and stitch them with gimp to get a full rotated view. To make a less or more good transition I have rotate the whole panorama photo to get the left and the right side on the same level with the help of a straight horizontal path. The example is poor quality because I can't post a big photo here.
   

Print this item

  Mass blur images via Python-Fu
Posted by: everetttt - 08-14-2023, 05:26 PM - Forum: Scripting questions - Replies (2)

Hello, I am wanting to streamline a process to blur every image (all jpegs) in a directory that I have, as doing it all manually would be extremely time consuming. I have found many people using Python-Fu, and so I believe to add my scrip to GIMP I would open any file, Filters -> Python-Fu -> Console and enter code, of which I have the following

Code:
from gimpfu import*

def plugin_blur_post(timg, tdrawable):


   new_layer = pdb.gimp_layer_copy(tdrawable, 0)
   timg.add_layer (new_layer, 0)
    
   pdb.plug_in_gauss_iir(timg, new_layer, 25, True,True)
   gimp.pdb.file_jpeg_save(timg, new_layer, (car (gimp-image-get-filename)) + "_blurred.jpg", "raw_filename", 0.85, 0, 0, 1, "", 3, 0, 0, 0)


register(
       "python_fu_blur",
       "blur-posterize",
       "*",
       "*",
       "*",
       "*",
       "<Image>/Tools/blur-posterize...",
       "*",
       [],
       [],
       plugin_blur_post)

main()
This, I hope, adds a gaussian blur with both X and Y values of 25, then saves as a new jpeg, with the name being currentName_blurred.jpg
Unfortunately, this just crashes the console when I copy paste it all in.

Finally, as I want to apply this to all files in my directory (including images within folders), I believe I have to run a similar command as found here. So, I believe I would navigate to the folder and run the command
Code:
gimp -i -b '(python_fu_blur "*.jpg" 5.0 0.5 0)' -b '(gimp-quit 0)'
As the code doesn't yet compile, I can't run the command, but in Windows Powershell gimp is not even recognized as a name. I've tried both this and this but neither allow me to call gimp.

I realize this is effectively three separate errors in one post and I do apologize for that. Thank you for any help offered, I really do appreciate it.

Print this item

  How to remove sample points?
Posted by: nelo - 08-13-2023, 08:08 AM - Forum: General questions - Replies (2)

Hallo all,

I've set sample pints in my picture.
How do I delete them when I do no longer need them?

Print this item

  patterns
Posted by: ibohme - 08-12-2023, 10:22 PM - Forum: General questions - Replies (2)

Hi
I am having trouble saving patterns i have made, i have read a lot of post of how other people fixed their problem but nothing seems to work, funny thing is i saved one and it worked then i tried to save another and now neither work. When i try to save i have to click all these in order to get to the patterns folder
Saving: Local disk gimp 2 share gimp 2.0 patterns
i have also clicked and selected show hidden folders
i have refreshed and restarted gimp
but the patterns still dont show on the dialog box however they are in the patterns folder i have also tried to put them into a new folder and not even that works

Print this item

Thumbs Up GIMP in school
Posted by: PixLab - 08-12-2023, 03:50 AM - Forum: Watercooler - Replies (3)

It's a bit less than a week that my children get back to school, yesterday my eldest told me:

"Papa, the teacher told us that this year in computer science we will use GIMP"
Big Grin Cool

Print this item

Video help gimp find the camera
Posted by: isayhello2u - 08-12-2023, 02:49 AM - Forum: General questions - Replies (5)

I have  acquired an old used koolertron book scanner  (without a manual or software -so far have not been able to obtain either)    my window 11 pc  thinks its a usb 2.0 web camera.   but i would like to take photos directly from gimp   (i always update so im sure its the newest version of gimp)    I can take photos with microsoft camera app then upload to gimp.  but i would like to take a photo more directly as  im working with paper too large and fragile for a normal scanner   even a hand held one.    Gimp create can find my hp printer/scanner and my cannon/scanner  but can not find any usb connected camera.     I saw a reply on a similar question that said something about twain.   but im very end user computer illiterate  and need something that says  something like  step one go here and step two click that   step three type this  etc so on and so forth.   is there any one who can advise me?

Print this item

  Suddenly I can't clear the background
Posted by: earthbound_misfit - 08-11-2023, 10:42 PM - Forum: General questions - Replies (2)

I was clearing the background using fuzzy tool and command+X and all of a sudden it's not working. I also tried Command+k, edit and cut, edit and clear, and I tried the eraser. The eraser wasn't working then it started work. The alpha channel is turned on. Before this happened fuzzy tool just quit working. I tried to select and the marking ants would show up but would disappear when I let go of the mouse. Then it started working but I can clear the selection.  I don't get any error messages or anything. Thanks in advance for any responses.



Attached Files Thumbnail(s)
           
Print this item

  Floating selection move blocked by weird cursor
Posted by: Ken Shirriff - 08-10-2023, 11:11 PM - Forum: General questions - Replies (4)

I regularly cut a region, paste it, move the floating layer, and anchor it. But sometimes the move is blocked by the mysterious cursor below. I haven't been able to figure out why sometimes I can move the layer and sometimes I can't. What is going on and what does the mysterious circle/tangent cursor mean

Thanks,
Ken



Attached Files Image(s)
   
Print this item

  colour matching an inserted figure
Posted by: Tawe19 - 08-10-2023, 11:11 AM - Forum: General questions - Replies (7)

   


Hello Everybody,

Please see the attached photo     (I've got a much larger size uncompressed version).
It started life as including only 4 people, and I've added the fifth person who is the lady in the middle (wearing the light blue dress). 

The inserted image was from a different photo taken outdoors in bright sunlight.

The resulting combined image seems 'not quite right' when it comes to overall colours, especially faces.

I've tried "colour matching" with limited success, and this image now represents the best that I can do.


Can anybody suggest any improvements ?    All suggestions gratefully received.

many thanks

Print this item

  Hack Palette Editor name
Posted by: pixelmixer - 08-09-2023, 10:02 PM - Forum: Gimp 2.99 & Gimp 3.0 - Replies (3)

Hi!,

Maybe the wrong place to ask, maybe not.
Does anybody know how to hack out the name that's displayed above a palette in the palette editor?
I'm trying to get a floating color swatch as small as possible, to tap and set the foreground color.
   
gimppaletteeditor.c looks promising, and you can hide some widgets, I can't identify the name element though.

Print this item