I want to save jpgs to disk. Do they need to be converted into bitmaps to be saved?
Asked
Active
Viewed 25 times
0
-
They are bitmaps in memory but JPG when saved. http://stackoverflow.com/questions/649154/save-bitmap-to-location – cyroxis Dec 02 '15 at 18:14
-
I see, so basically, images have to be converted into a bitmap to be saved to disk. – the_prole Dec 02 '15 at 18:24
-
What are you trying to do? What needs to be converted to save to disk? What image are you trying to save? – cyroxis Dec 02 '15 at 18:25
-
I want to save jpgs to disk. Do they need to be converted into bitmaps to be saved? – the_prole Dec 02 '15 at 18:27
-
Where and in what format do you have the images originally? Are they already jpg files? If they are in memory what format are they in? – cyroxis Dec 02 '15 at 18:28
-
They are on a server. They have a URL e.g. alsd3920jd0.jpg – the_prole Dec 02 '15 at 18:29
-
Your question is not about images but about saving files. See http://stackoverflow.com/questions/5472226/how-to-save-file-from-website-to-sdcard – cyroxis Dec 02 '15 at 18:30
-
So I if I want to save a .jpg I need to save it like a file? – the_prole Dec 02 '15 at 18:42
-
I understand now that I can save an image as a file, but even [a bit map it a file](https://en.wikipedia.org/wiki/Image_file_formats) – the_prole Dec 02 '15 at 19:04