Hi all
I want to display an image using ImageLabel. In Image Label constructor i am using Image object. To download image i am using present code.
MediaImage mi=MediaManager.getImage(imgurl);
mi.use();
Image image=mi.getImage();
Is there some other method to download an image from a url location ??
Or can i create an image using raw bytes ?
Please send your response asap.
thanks
maneesh
Original Message:
-----------------
From: Zev Blut zev@atc.yamatake.co.jp
Date: Tue, 9 Oct 2001 16:12:56 +0900
To: keitai-l@appelsiini.net
Subject: (keitai-l) Re: image processing
Hello,
Short answer is take a look at the Graphics class, it provide very basic
functions.
Things such as draw a line, draw a square, etc...
[ excessive quoting removed by moderator ]
[ Need archives? How to unsubscribe? http://www.appelsiini.net/keitai-l/ ]
Received on Tue Oct 9 12:25:07 2001