Fix image encode

This commit is contained in:
Joshua Granick
2015-06-24 16:15:03 -07:00
parent da134fee6e
commit 5f3acf4bc3
6 changed files with 121 additions and 62 deletions

View File

@@ -361,7 +361,7 @@ namespace lime {
jpeg_finish_compress (&cinfo);
*bytes = Bytes (dest.mOutput);
bytes->Set (dest.mOutput);
return true;