You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 3, 2020. It is now read-only.
Thank you Mr @charlespetzold for the "Chapter 13 Bitmaps" of your book. It is extremely useful and clear. The only issue that I have is that the chapter seems to cover only the half of the subject, specifically "how to LOAD bitmaps", but not the also very importat subject of "how to SAVE bitmaps". Saving images (both locally or sending them to a remote web stream) is a very common process (think about image caching, photo cropping and resizing, svg icons caching... all such activities require to SAVE and LOAD images from a temp folder or a remote stream) but it is not covered in your book. And dealing with stream downloading and caching threads, local folders, PCL External Storage paths and writing permissions issues can be hard. Can we hope to see such argument treated in full in your next revision of the book?
The text was updated successfully, but these errors were encountered:
Emasoft
changed the title
"Chapter 13 - Bitmaps" is missing the subject "How to LOAD bitmaps"
"Chapter 13 - Bitmaps" is missing the subject "How to SAVE bitmaps"
Sep 14, 2016
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Thank you Mr @charlespetzold for the "Chapter 13 Bitmaps" of your book. It is extremely useful and clear. The only issue that I have is that the chapter seems to cover only the half of the subject, specifically "how to LOAD bitmaps", but not the also very importat subject of "how to SAVE bitmaps". Saving images (both locally or sending them to a remote web stream) is a very common process (think about image caching, photo cropping and resizing, svg icons caching... all such activities require to SAVE and LOAD images from a temp folder or a remote stream) but it is not covered in your book. And dealing with stream downloading and caching threads, local folders, PCL External Storage paths and writing permissions issues can be hard. Can we hope to see such argument treated in full in your next revision of the book?
The text was updated successfully, but these errors were encountered: