Page 1 of 1

mobileExportImageToAlbum "not a supported format" SOLVED

Posted: Sat Oct 25, 2014 2:12 pm
by jmburnod
Hi All,
I get an error "not a supported format" with mobileExportImageToAlbum with this script on IOS
import snapshot from rectangle (the rect of grc "CadrePrint")
put the long ID of last image into tImageID
mobileExportImageToAlbum tImageID
What I'm doing wrong ?
Best

Re: mobileExportImageToAlbum "not a supported format"

Posted: Sat Oct 25, 2014 5:24 pm
by Simon
I think I have this one.
set the paintCompression to "jpeg"
Use that before taking the snapshot.

Simon

Re: mobileExportImageToAlbum "not a supported format"

Posted: Sat Oct 25, 2014 6:42 pm
by jmburnod
Thank again Simon.
That was the trick
I only get a all black image but that is an other story
I'll write back if i can't found the way
Best regards
Jean-Marc

Re: mobileExportImageToAlbum "not a supported format" SOLVE

Posted: Sun Oct 26, 2014 9:54 am
by jmburnod
Hi
I only get a all black image but that is an other story
I added "of this cd" and it works

Code: Select all

import snapshot from rectangle (the rect of grc "CadrePrint") OF THIS CD