[HowTo] work with pictures that are not in .png format

Asked by Saorabh Singh

Hi,

i have a Requirement to Search & click a perticular picture in a page..
Page has 20 pictures displayed in thumbnil & pictures are Dynamic.
As 20 pictures are displayed randomly from database which has about 100 picture.

So what i was doing get the image to be searched from database & then look for that image in page.
But the picture i have in my database are in ".gif" format ,but i guess Sikuli works only in ".png".

So is thereway to use .gif images??

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Henning Eggers (henninge) said :
#1

This is the support channel for the Launchpad web application. Your question does not seem to be Launchpad-related. If it is related to any project hosted on Launchpad, I might be able to point you in the right direction but you need to give more context information.

Revision history for this message
Saorabh Singh (kunnu30) said :
#2

Sorry this Question is related to Sikuli...
& i am using Sikuli in my java program.on windows

On Thu, Jun 16, 2011 at 4:20 PM, Henning Eggers <
<email address hidden>> wrote:

> Your question #161635 on Launchpad itself changed:
> https://answers.launchpad.net/launchpad/+question/161635
>
> Status: Open => Needs information
>
> Henning Eggers requested more information:
> This is the support channel for the Launchpad web application. Your
> question does not seem to be Launchpad-related. If it is related to any
> project hosted on Launchpad, I might be able to point you in the right
> direction but you need to give more context information.
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/launchpad/+question/161635
>
> You received this question notification because you asked the question.
>

Revision history for this message
RaiMan (raimund-hocke) said :
#3

no, .gif's are not supported.

You have to convert the image on the fly using the appropriate java features.
example: http://www.roseindia.net/java/example/java/swing/ConvertImageToFormats.shtml

Revision history for this message
RaiMan (raimund-hocke) said :
#5

no, .gif's are not supported.

You have to convert the image on the fly using the appropriate java features.
example: http://www.roseindia.net/java/example/java/swing/ConvertImageToFormats.shtml