Login  Register

Re: Creation form from PNG file very slow on Pharo 4 and 5

Posted by Sven Van Caekenberghe-2 on Jan 17, 2016; 7:06pm
URL: https://forum.world.st/Creation-form-from-PNG-file-very-slow-on-Pharo-4-and-5-tp4871776p4872143.html


> On 17 Jan 2016, at 19:58, Stephan Eggermont <[hidden email]> wrote:
>
> On 16-01-16 13:50, Dimitris Chloupis wrote:
>> Seems that creating forms and morph from pngs is super slow
>
> Put the forms in one fuel file and materialize that
>
> Stephan

That is exactly what I showed him in https://pharo.fogbugz.com/f/cases/17403/Creating-Forms-from-PNGs-is-very-slow

The speedup was massive and it was so easy to do.

But the fact remains that the PNG parser itself, being written in pure Pharo, could use a Plugin counterpart, like in the JPG case.

Sven