This is a self reply.

It has been solved by
1.Copy original jpeg  file to destination directory.
2.Register image with ContentResolver::insert

Thank you

---
Koji Ohno
Apps https://market.android.com/developer?pub=Koji+Ohno

2011/2/4 Koji Ohno <s936...@gmail.com>:
> Hi
>
> I have been trying to save some image to a camera directory.
>
> code like:
> MediaStore.Images.Media.insertImage(mContext.getContentResolver(),
> someJpegFilePath, "SomeImage","SomeImage");
>
> An image saved successfully but quality of saved jpeg file is very low.
>
> How can I save an image with original quality?
>
> Any help would be much appreciated.
>
> Best Regards,
> ---
> Koji Ohno
>

-- 
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