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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 5,545
» Latest member: thc gummies
» Forum threads: 7,142
» Forum posts: 39,063

Full Statistics

Latest Threads
Open, save buttons on bot...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: MrsP-from-C
16 minutes ago
» Replies: 5
» Views: 46
Using the GIMP Manual
Forum: General questions
Last Post: Ofnuts
6 hours ago
» Replies: 4
» Views: 4,256
Converting grayscale imag...
Forum: General questions
Last Post: bwestoz
Today, 02:10 AM
» Replies: 7
» Views: 657
Correcting perspective fr...
Forum: General questions
Last Post: Tas_mania
Yesterday, 08:17 PM
» Replies: 10
» Views: 342
Recovering a logo
Forum: Gallery
Last Post: denzjos
Yesterday, 07:28 PM
» Replies: 1
» Views: 448
Resize used RIS.
Forum: Extending the GIMP
Last Post: zvezdochiot
Yesterday, 01:25 PM
» Replies: 6
» Views: 725
Gimp 3.0 AppImage and G'M...
Forum: Extending the GIMP
Last Post: CtrlAltDel
02-05-2025, 10:13 PM
» Replies: 4
» Views: 168
Does GIMP work well on wi...
Forum: General questions
Last Post: rich2005
02-05-2025, 06:27 PM
» Replies: 3
» Views: 193
How to remove notepad lin...
Forum: General questions
Last Post: rich2005
02-05-2025, 06:14 PM
» Replies: 2
» Views: 151
coffee time
Forum: Watercooler
Last Post: denzjos
02-05-2025, 06:01 PM
» Replies: 2
» Views: 473

 
  New plugin: Lissajous
Posted by: Ottia Tuota - 03-28-2020, 04:11 PM - Forum: Extending the GIMP - No Replies

New plugin to draw Lissajous curves (as approximate Bezier curves with sparse control point sets). Should work well if you do not push it too hard.

To get the plugin, go to

http://kmarkku.arkku.net/

follow the link 'Applications', and click the correct Download button there. That gives you a .zip file. Unzip it, put the .py file into your Gimp's plug-ins folder, and restart Gimp. The plugin 'Lissajous' will be in

Filters/Render/Parametric curves/Special cases

If there are any problems, please tell me.

This is probably the last plugin from me in this series for some time. I have no new ideas about curves to implement, and I am going now to another long project. But if you have some good suggestions, I'd love to here them.

Anyhow, these plugins should show that my general plugin Parametric curves can be useful, though admittedly it is difficult. It does have its own quirks, and I made small improvements in the code when developing Lissajous and the others. Perhaps I shall make an update when I have some spare time.
---------------------------------------------
Edit: Corrected the path

Print this item

  Before I write one...
Posted by: ZPaul2Fresh8 - 03-28-2020, 03:31 PM - Forum: Extending the GIMP - Replies (1)

Just curious if there were any plugins out there that offered bit depths in the ranges of 2-7 bits per pixel? I'm looking to export an 8bpp indexed bitmap to lower levels. Obviously this isn't used nowadays, but it's for an old game project. Smile

Thanks in advance.

Print this item

  Group selected layers?
Posted by: carmen - 03-27-2020, 04:25 PM - Forum: Extending the GIMP - Replies (2)

Quick question:
Is there a way to put selected (linked) layers into a new group, or move them into an existing one?
I seem to remember some plug-in like that working in 2.8 and getting disabled in 2.10...
If there isn't anything avaible, I dare say it wouldn't above my beginner level to provide one--but I shy from re-inventing the wheel...

Print this item

  Why does GIMP STILL use that terrible file explorer?
Posted by: 523rsfsdfsf - 03-27-2020, 02:08 AM - Forum: General questions - Replies (2)

You know... The one where you have to manually go through all the folders just to get to the one you want? Instead of just copy/pasting the file path as I can with Windows Explorer?

Just why?

Print this item

  Editing text in a photo
Posted by: BRIANH - 03-26-2020, 09:29 PM - Forum: General questions - Replies (1)

I have a DELL pc and my O/S is Windows 10 Pro / Ver 1903
.
I am using PAINT 3D to try and move just the text in a photo.  When I create a text box around the text and drag it, it moves the text and the background as well which leaves a white box where it used to be... I haven't been able to find a way around this... Any tips / advice would be appreciated...I received a suggestion that perhaps I should use GIMP.  I have no knowledge of this app and I guess my major Q is:  will it allow me to open an existing photo and edit / add / delete text?  If this cannot be done then I really have no immediate use of this app..
As far as I can determine the version  I'll be downloading is 2.10.18.
     thanks

Print this item

  Python 2 support
Posted by: akovia - 03-26-2020, 02:30 PM - Forum: General questions - Replies (10)

When I recently updated to 2.10.18-4, Heal Selection stopped working. I'm sure quite a few other plugins were broken as well, but I stopped and rolled back to 2.10.18-2 as I was in the middle of a project.

Today I was trying to see if anyone else had problems after this recent update and couldn't find anything. After installing it again, I realized I had missed a message during installation.

Code:
(1/3) upgrading gimp                                                                                                                                                                                          
 > The python2 plugin support is disabled, you will need to install this
 > separately if you need it, e.g. the python2-gimp package in the AUR.

Of course I then tried to install this package.

Code:
$ yay python2-gimp
1 aur/python2-gimp 2.10.18-1 (+2 1.76%) (Orphaned)

It appears to be orphaned and indeed the download failed. I figured out that download.gimp.org was offline and used a mirror instead. After building and installing this package, everything is back up and working.

So my question is if anyone else is having these issues, or is this just an Arch Linux issue right now? 

Is there a discussion somewhere on the future of python2 dependencies and converting old plugins to python3?

Print this item

  Editing in 16-32 bit mode and JPG
Posted by: maboleth - 03-26-2020, 01:05 PM - Forum: General questions - Replies (2)

How does GIMP treat the files that are in 16bit or 32bit mode when saving them directly to JPG?

Since JPG is 8bit only, does GIMP automatically convert to 8bit or do I have to do it myself?

Print this item

  Help.Wanted('Pixel region gimpPy')
Posted by: FloppaDisk - 03-26-2020, 08:18 AM - Forum: Scripting questions - Replies (10)

Hi. Having a rough time understanding have to manipulate individual pixel's trough gimp python.
So far i have found this constructor drawable.get_pixel_rgn(x, y, w, h, [dirty, [shadow]) an been able to set a variable to it and call member from sayd variable but that about it.
Found a Gnome site with descriptive information.
Did try to install numpy into gimp with no luck. But don't think i need that module for now.
What my end goal comprise of is to be able to edit individual pixel RGB values along side it's alpha/opacity.
A little information on have to set rgb if that is with a 3-tuple or an hue int, with how/were opacity is set would be nice also Smile

Print this item

  ofn-tiles
Posted by: denzjos - 03-25-2020, 04:49 PM - Forum: Extending the GIMP - Replies (8)

I have one remark on the 'export tiles' script. If I export a few tiles then everything seems to be right. The script saves the different photos in the chosen folder and when I look at the photos with a viewer, then I see the separate photos I worked on. When I look with the windows explorer at the directory with the photos I worked on, the preview set on 'big pictorgrams', then the pictogram shows all the photos I worked on in a session. A bug ? 

      
On the left one of the four photos I worked on, on the right the preview icon. When I click on the right icon, I see one photo I worked on (and that is ok)

Print this item

  Trying to make an icon transparent for webpage
Posted by: jrd656 - 03-25-2020, 01:37 PM - Forum: General questions - Replies (1)

I've been trying to take an image and make it transparent for use on a webpage I'm making for a practice project.

I've found this icon, which looks ideal:
https://toppng.com/uploads/preview/arrow...cxsqad.png

I've managed to add an alpha layer and remove the background so that I have a transparent layer on my website. The problem comes when I try to make the icon itself transparent. I've tried:

 - Using the layer tool to make the whole layer 50% opaque
 - Using the fill, eraser, colors>map>color exchange, etc features to make the icon transparent. They all make it look transparent on my GIMP software, but when I put them on my website it stops working.

Can anyone please help me out and save my sanity?

Print this item