On Jun 28, 7:02 am, Romain Guy <romain...@google.com> wrote:
> JPG and PNG are also bitmaps.

... which means that you can use bitmap.compress to put a Bitmap
instance into a jpg or png file. Like you use BitmapFactory.decodeFile
to create a Bitmap object from a jpg or png file.


>
> 2009/6/27 楊健 <y...@cycomtech.co.jp>:
>
>
>
>
>
> > But the images we use in application are instances of Bitmap : (
>
> > On 6月28日, 午前2:43, Romain Guy <romain...@google.com> wrote:
> >> BMP is not supported on Android. And why is it strange? PNG and JPG
> >> are widely used formats across platforms.
>
> >> On Sat, Jun 27, 2009 at 7:32 AM, 楊健<y...@cycomtech.co.jp> wrote:
>
> >> > Hey everybody !
> >> >  How can i save a Bitmap instance to a *.bmp file?Anyone knows?
> >> > Is it strange that we can only save a bitmap instance to a png or jpg
> >> > file?
> >> > Best regards!
>
> >> --
> >> Romain Guy
> >> Android framework engineer
> >> romain...@android.com
>
> >> Note: please don't send private questions to me, as I don't have time
> >> to provide private support.  All such questions should be posted on
> >> public forums, where I and others can see and answer them
>
> --
> Romain Guy
> Android framework engineer
> romain...@android.com
>
> Note: please don't send private questions to me, as I don't have time
> to provide private support.  All such questions should be posted on
> public forums, where I and others can see and answer them
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to