Home » U++ Library support » Archive » DrawData and StoreImageAsString, how?
DrawData and StoreImageAsString, how? [message #3666] |
Mon, 12 June 2006 11:40  |
 |
fudadmin
Messages: 1321 Registered: November 2005 Location: Kaunas, Lithuania
|
Ultimate Contributor Administrator |
|
|
Image img;
img=aggImg(600,400);
// w.DrawImage(50,50, aggImg(600,400)); //works
// w.DrawImage(50,50, img); //works
String ss=StoreImageAsString(img);
// w.DrawData(50,50,600,400, StoreImageAsString(img), "image-data"); //??
w.DrawData(50,50,600,400, ss, "image"); //??
// w.DrawData(50,50,600,400, StoreImageAsString(img), "image"); //??
// w.DrawData(50,50,600,400, PackRLE(img, img.GetLength()), "image-data"); //??
Any hints?
|
|
|
 |
|
DrawData and StoreImageAsString, how?
|
 |
|
Re: DrawData and StoreImageAsString, how?
By: mirek on Mon, 12 June 2006 11:59
|
 |
|
Re: DrawData and StoreImageAsString, how?
|
 |
|
Re: DrawData and StoreImageAsString, how?
By: mirek on Mon, 12 June 2006 15:18
|
 |
|
Re: DrawData and StoreImageAsString, how?
|
 |
|
Re: DrawData and StoreImageAsString, how?
By: mirek on Mon, 12 June 2006 15:41
|
 |
|
Re: DrawData and StoreImageAsString, how?
|
 |
|
Re: DrawData and StoreImageAsString, how?
By: mirek on Mon, 12 June 2006 18:19
|
 |
|
Re: DrawData and StoreImageAsString, how?
|
 |
|
Re: DrawData and StoreImageAsString, how?
By: mirek on Mon, 12 June 2006 19:06
|
 |
|
Re: DrawData and StoreImageAsString, how?
|
Goto Forum:
Current Time: Mon Apr 28 06:49:50 CEST 2025
Total time taken to generate the page: 0.01155 seconds
|