3

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.

Michal Fudala
  • 340
  • 2
  • 10
  • 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 Answers1

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