Index: include/images/SkImageEncoder.h |
=================================================================== |
--- include/images/SkImageEncoder.h (revision 8815) |
+++ include/images/SkImageEncoder.h (working copy) |
@@ -83,6 +83,11 @@ |
// All the encoders known by Skia. Note that, depending on the compiler settings, |
// not all of these will be available |
+/** An ARGBImageEncoder will always write out |
+ * bitmap.width() * bitmap.height() * 4 |
+ * bytes. |
+ */ |
+DECLARE_ENCODER_CREATOR(ARGBImageEncoder); |
DECLARE_ENCODER_CREATOR(JPEGImageEncoder); |
DECLARE_ENCODER_CREATOR(PNGImageEncoder); |
DECLARE_ENCODER_CREATOR(WEBPImageEncoder); |