It is currently Thu Sep 10, 2026 5:31 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 4 posts ] 
Author Message
 Post subject: GIMP 3, writing plugins with Visual Studio 2022
PostPosted: Mon Jun 30, 2025 10:02 am  (#1) 
Offline
GimpChat Member
User avatar

Joined: Aug 22, 2017
Posts: 73
I used Visual Studio 2019 to develop plugins for GIMP 2. VS 2019 recognized the Python environment after selecting the path "C:\Program Files\GIMP 2\bin" and used the interpreter, library, and additionally installed packages.

Now I wanted to use the same procedure for GIMP 3 and VS 2022, but VS 2022 recognizes Python 3.12.10 but not the libraries and packages! Does anyone have any further information for me? For example, what needs to be entered in the registry under "PythonPath"?


Share on Facebook Share on Twitter Share on Orkut Share on Digg Share on MySpace Share on Delicious Share on Technorati
Top
 Post subject: Re: GIMP 3, writing plugins with Visual Studio 2022
PostPosted: Mon Jun 30, 2025 1:57 pm  (#2) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16170
This is where my bin, and lib folders are located for Gimp-3.0

C:\Users\bkdad\AppData\Local\Programs\GIMP 3

Don't know if that helps or not.

_________________
Image


Top
 Post subject: Re: GIMP 3, writing plugins with Visual Studio 2022
PostPosted: Tue Jul 01, 2025 2:30 am  (#3) 
Offline
GimpChat Member

Joined: Apr 11, 2024
Posts: 308
Kamil Burda (who coded batcher or GIMP 3) has shown this for PyCharm here
https://medium.com/@kamilburda/setting- ... 0a718ba04e
Maybe some of it helps in VS, too?


Top
 Post subject: Re: GIMP 3, writing plugins with Visual Studio 2022
PostPosted: Tue Jul 01, 2025 7:32 pm  (#4) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 2014
Want to instead consider making a GEGL plugin for GIMP instead of a python plugin? Let me know and I'll help you, examples here - https://github.com/LinuxBeaver/

But they are only meant for applying filters on layers and layer groups.


Top
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC - 5 hours [ DST ]



* Login  



Powered by phpBB3 © phpBB Group