dsl101
dsl101
Just using that code, it complains that `clone` is undefined. Is that supposed to exist as a global function? I tried using a local one like: ``` function clone (obj)...
Sorry, can't help with a minimal repro right now, but just to say I'm having the exact same issue on a Quasar / Cordova project for ios. Installing with `cordova...
Thanks - I'll have a look at saver too then - I wasn't sure if that did scaling... Running from command line is tricky, as I'm using GIMPPortable, and the...
Just to be clear - I created a new image, scribbled on it, ran Export Scaled, chose a filename, height and width, and it then successfully exported a png. I...
I've just come back to have another look at this, and now I'm back to the original problem where no image is exported! To reproduce: - Open GimpPortable (2.8.14) -...
I just tried 'saver.py' using the same recipe as above, and now I do get a jpg exported, but it's at the original resolution not scaled down! Doh! Now, if...
Spot on regarding portable apps - they have a 'launcher' executable which sets up the environment, redirects registry stuff, etc. and then finally launches the real app. I'm sure there...
Just been looking at this again, and sadly no progress. I removed export-scaled and just left saver in the plugins folder. It too doesn't appear to save the 'session' data....
Still asking on the PA forum about command line output. Also asked other portable GIMP users to try the plugin. I tried it on my laptop with exactly the same...
That is the version I was using, but to be sure I just downloaded and installed it to a clean disk, put the 'saver.py' file into the plug-ins folder and...