Re: [swfmill] jpeg import error

2006-11-02 Thread Mark Winterhalder
 http://relivethefuture.com/work/test.jpg

jpeginfo says it's progressive:

[EMAIL PROTECTED] ~ $ jpeginfo test.jpg
test.jpg  301 x 113  24bit JFIF  P   11187

Maybe swfmill has problems with progressive jpegs?

Mark



On 11/2/06, Martin Wood-Mitrovski [EMAIL PROTECTED] wrote:
 I've got a problem with one particular jpeg image.

 When its imported it gets the wrong dimensions. Flash just reports the width 
 and
 height as 1x1 although the image appears as a horizontal line.

 the image is here

 http://relivethefuture.com/work/test.jpg

 I just used a really simple xml file to show the result :

 ?xml version=1.0 encoding=iso-8859-1 ?
 movie width=320 height=240 framerate=12
background color=#ff/
 frame name=myFrame
library
  clip id=test import=test.jpg/
/library
place id=test name=myTest x=0 y=0 depth=1/
 /frame
 /movie


 and im using the 0.2.11.19 build on xubuntu (6.10)


 martin

 ___
 swfmill mailing list
 swfmill@osflash.org
 http://osflash.org/mailman/listinfo/swfmill_osflash.org


___
swfmill mailing list
swfmill@osflash.org
http://osflash.org/mailman/listinfo/swfmill_osflash.org


Re: [swfmill] jpeg import error

2006-11-02 Thread daniel fischer
Mark Winterhalder [EMAIL PROTECTED] (on Thu, 2 Nov 2006 18:49:36 +0100):

   Maybe swfmill has problems with progressive jpegs?

swfmill doesnt know anything about jpeg but extract the width and height (and 
maybe strip some header). the bulk of a jpg images is simply copied 1:1 into 
the swf.

Mark just told me (in RL) that fp7 doesnt handle progressive jpegs- so maybe 
it's the problem after all.

-dan

-- 
http://0xDF.com/
http://iterative.org/

___
swfmill mailing list
swfmill@osflash.org
http://osflash.org/mailman/listinfo/swfmill_osflash.org