image form: broken in Pharo3.0 > fix

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

image form: broken in Pharo3.0 > fix

philippeback
In fact, the GifReadWrite class seems to be broken or something like that.

Changing the Form>>defaultMimeType to:

defaultMimeType
^ WAMimeType imagePng

fixes the problem.

Phil

_______________________________________________
seaside-dev mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
Reply | Threaded
Open this post in threaded view
|

Re: image form: broken in Pharo3.0 > fix

Philippe Marschall
On Fri, Apr 18, 2014 at 11:56 AM, [hidden email] <[hidden email]> wrote:
> In fact, the GifReadWrite class seems to be broken or something like that.
>
> Changing the Form>>defaultMimeType to:
>
> defaultMimeType
> ^ WAMimeType imagePng
>
> fixes the problem.

https://code.google.com/p/seaside/issues/detail?id=788

PNG gives us better fidelity as well.

Cheers
Philippe
_______________________________________________
seaside-dev mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev