Lets say I have .xcf opened in gimp and then some other program (maybe gimp too) changes same .xcf file. How to programmatically (by linux signal, gimp plugin) autorefresh (automatically closing and opening project might do) gimp when this happens.
Asked
Active
Viewed 1,922 times
3
-
I was looking through options/properties/*rc files. Plugin would do, but it's not as easy as it sounds, because one can only operate on image buffer - am I right? – Michal Fudala Aug 21 '15 at 10:33
1 Answers
1
At the moment, there is no plug in for gimp that allows you to do so.
But you could create one. You just need to know the Python basics and maybe also read this post here. After that you'll easily be able to solve your probleme.

Community
- 1
- 1

Console Argonaut
- 46
- 10
-
-
Nope that's not what I want. I meant programmatically, without pressing any button, it should happen automatically when edited file (.xcf) is being changed (not by gimp). – Michal Fudala Sep 02 '15 at 09:41
-
How about this? I searched through the whole plugin list of gimp: http://registry.gimp.org/ but there was no plugin like you need it. – Console Argonaut Sep 02 '15 at 12:10