It is currently Thu Jun 27, 2024 4:17 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 9 posts ] 
Author Message
 Post subject: Folder for Exposure plugin
PostPosted: Thu Oct 12, 2023 7:10 am  (#1) 
Offline
GimpChat Member

Joined: Sep 29, 2023
Posts: 40
Hi,

Exposure plugin

GIMP 2.10 on Linux

I have the exposure plugin download
exposure-blend.scm

Please advise which folder is for this plugin
/home/username/.config/GIMP/2.10/filters/
or
/home/username/.config/GIMP/2.10/plug-ins/

Thanks

Regards


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: Folder for Exposure plugin
PostPosted: Thu Oct 12, 2023 8:14 am  (#2) 
Offline
GimpChat Member
User avatar

Joined: Mar 23, 2012
Posts: 7315
Location: Göteborg at last!
satimis wrote:
Hi,

Exposure plugin

GIMP 2.10 on Linux

I have the exposure plugin download
exposure-blend.scm

Please advise which folder is for this plugin
/home/username/.config/GIMP/2.10/filters/
or
/home/username/.config/GIMP/2.10/plug-ins/

Thanks

Regards

Neither. .scm files go into your scripts folder and I believe they have to be made executable.


Top
 Post subject: Re: Folder for Exposure plugin
PostPosted: Thu Oct 12, 2023 9:21 am  (#3) 
Offline
GimpChat Member

Joined: Sep 29, 2023
Posts: 40
Erisian wrote:
satimis wrote:
Hi,

Exposure plugin

GIMP 2.10 on Linux

I have the exposure plugin download
exposure-blend.scm

Please advise which folder is for this plugin
/home/username/.config/GIMP/2.10/filters/
or
/home/username/.config/GIMP/2.10/plug-ins/

Thanks

Regards

Neither. .scm files go into your scripts folder and I believe they have to be made executable.

Hi,

$ ls -al Downloads/exposure-blend.scm
-rw-rw-r-- 1 satimis satimis 22361 Oct 12 19:56 Downloads/exposure-blend.scm

Yes, you're right. I have to make it executable running;
$ chmod +x Downloads/exposure-blend.scm

I wonder which folder of GIMP I have to store it so that I can find it on running GIMP ?

Regards


Top
 Post subject: Re: Folder for Exposure plugin
PostPosted: Thu Oct 12, 2023 9:26 am  (#4) 
Offline
GimpChat Member
User avatar

Joined: Mar 23, 2012
Posts: 7315
Location: Göteborg at last!
satimis wrote:
Erisian wrote:
satimis wrote:
Hi,

Exposure plugin

GIMP 2.10 on Linux

I have the exposure plugin download
exposure-blend.scm

Please advise which folder is for this plugin
/home/username/.config/GIMP/2.10/filters/
or
/home/username/.config/GIMP/2.10/plug-ins/

Thanks

Regards

Neither. .scm files go into your scripts folder and I believe they have to be made executable.

Hi,

$ ls -al Downloads/exposure-blend.scm
-rw-rw-r-- 1 satimis satimis 22361 Oct 12 19:56 Downloads/exposure-blend.scm

Yes, you're right. I have to make it executable running;
$ chmod +x Downloads/exposure-blend.scm

I wonder which folder of GIMP I have to store it so that I can find it on running GIMP ?

Regards

It should be /home/username/.config/GIMP/2.10/scripts/


Top
 Post subject: Re: Folder for Exposure plugin
PostPosted: Thu Oct 12, 2023 9:54 am  (#5) 
Offline
GimpChat Member

Joined: Sep 29, 2023
Posts: 40
Erisian wrote:

- snip -
It should be /home/username/.config/GIMP/2.10/scripts/

Hi,

Thanks for your advice.

Performed following steps;

$ chmod +x Downloads/exposure-blend.scm
$ ls -al Downloads/exposure-blend.scm
-rwxrwxr-x 1 username username 22361 Oct 12 19:56 Downloads/exposure-blend.scm
$ cp Downloads/exposure-blend.scm /home/username/.config/GIMP/2.10/scripts/

Start GIMP with an image

Filter -> Exposure Blend
Align Exposures
Masks
Blend...
Reset Blend Details...

Which of them shall I use ?

Thanks

Regards


Top
 Post subject: Re: Folder for Exposure plugin
PostPosted: Thu Oct 12, 2023 11:19 am  (#6) 
Offline
Script Coder
User avatar

Joined: Oct 25, 2010
Posts: 4750
"chmod +x" is pointless, since it is a script (only useful for plug-ins)

_________________
Image


Top
 Post subject: Re: Folder for Exposure plugin
PostPosted: Thu Oct 12, 2023 7:52 pm  (#7) 
Offline
GimpChat Member

Joined: Sep 29, 2023
Posts: 40
ofnuts wrote:
"chmod +x" is pointless, since it is a script (only useful for plug-ins)

Thanks


Top
 Post subject: Re: Folder for Exposure plugin
PostPosted: Thu Oct 19, 2023 10:51 pm  (#8) 
Offline
GimpChat Member

Joined: Oct 19, 2023
Posts: 6
Plugins run as separate processes, though. Does GIMP’s Scheme interface know to explicitly run them via the Scheme interpreter, as opposed to launching them as executables?


Top
 Post subject: Re: Folder for Exposure plugin
PostPosted: Fri Oct 20, 2023 3:10 am  (#9) 
Offline
Script Coder
User avatar

Joined: Oct 25, 2010
Posts: 4750
ldo wrote:
Plugins run as separate processes, though. Does GIMP’s Scheme interface know to explicitly run them via the Scheme interpreter, as opposed to launching them as executables?


AFAIK all scripts are run in a single script interpreter instance (a.k.a. "script server"). This may change in 3.0, because among other things the current method entails name collisions between functions declared by different SCM files).

_________________
Image


Top
Post new topic Reply to topic  [ 9 posts ] 

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) Colors/Exposure

1

No new posts Attachment(s) Iterate through a folder of images

7

No new posts Attachment(s) missing plug in folder

4

No new posts [solved] Mathmap folder in Preferences

12

No new posts Permission to access folder SOLVED.

2



* Login  



Powered by phpBB3 © phpBB Group