kahntang / as3corelib

Automatically exported from code.google.com/p/as3corelib
0 stars 0 forks source link

AS3 JPGEncoder not work #102

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

Please use labels and text to provide additional information.
hi
when i encode using JPGEncoder to encode bitmap data the output comes  ÿØÿà
JPGEncoder and PNGEncoder not work well
can u assist me 
what is problem?
i have searched google last two days no solutions foud
please reply me
thank u 
saran

Original issue reported on code.google.com by msaravan...@gmail.com on 21 Apr 2009 at 10:58

GoogleCodeExporter commented 8 years ago
Can you post an example so we can reproduce the issue?

Original comment by mikechambers on 22 Sep 2009 at 7:49

GoogleCodeExporter commented 8 years ago
ÿØÿà is what is what you see when you trace out the encoded data, 
essentially the
toString().  if you trace out the length, you should see that the whole byte 
array is
there.

Original comment by kopchi...@gmail.com on 3 Mar 2010 at 4:50