← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #241219]: Does sikuli work with most of the popular picture formats?

 

Question #241219 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/241219

    Status: Open => Answered

RaiMan proposed the following answer:
Internally Sikuli uses Java's standard ImageIO.

The file endings it accepts can be listed in a Sikuli script using:
import javax.imageio.ImageIO as ImgIO
for e in list(ImgIO.getReaderFileSuffixes()): print e

printing:
bmp
jpg
wbmp
jpeg
png
gif

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.