Conversion of screenshots

Class library usage, coding and language questions.
atom
Posts: 357
Joined: Sun Dec 07, 2008 11:14 pm
Location: Dublin, Ireland

Conversion of screenshots

Post by atom » Wed Feb 16, 2011 12:36 pm

Hiya,

We would like to convert Ranorex.CompressedImage to bmp format
Could a method like .ToBitmap be added, or is it currently possible?
Reason is when we have a Bitmap we can use .Net framework methods on it

Thanks

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: Conversion of screenshots

Post by Support Team » Wed Feb 16, 2011 12:46 pm

It is currently possible. Please, see the Ranorex API documention:
http://www.ranorex.com/Documentation/Ra ... _Image.htm

Regards,
Alex
Ranorex Team

atom
Posts: 357
Joined: Sun Dec 07, 2008 11:14 pm
Location: Dublin, Ireland

Re: Conversion of screenshots

Post by atom » Wed Feb 16, 2011 1:49 pm

Thanks!