Re: [MSEide-MSEgui-talk] how to show png , jpg on timage

2014-03-16 Thread Ivanko B
With the newest GIT, upscaling to 5000x3000 is instant. 5000x3000 to
5001x3001 and to 5500x3300  are instant (1.5 sec) too. But 5000x3000
to 6000x4000 is improportionally slow (114 sec) as long as taking the
same memory (340..570 MB). There's seems to be a scalability problem.

--
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] Can MSEide be built for ARM 11 - Raspberry Pi ?

2014-03-16 Thread Ivanko B
Using a QEMU emulator for instance :

http://xecdesign.com/qemu-emulating-raspberry-pi-the-easy-way/

which provide DEBIAN 7 with Xorg.
Works excellent. It may even install FreePascal 2.6.0:

# sudo apt-get update
# sudo apt-get install mc
# sudo apt-get install fpc

Although only 200 MB free space (for "2014-01-07-wheezy-raspbian.img")
remains after this installation and built MSE* will occupy approx
additional 100 MB (though the image size can be enlarged if needed).

PS: There're guys on "Freepascal.Ru" interested in any FPC GUI library
providing responsive GUI (LAZARUS fails here even with QT5 using
OpenGL internally). The further deal is "OpelGL ES" GUI drawing
backend instead of the pure OpenGL one (it may be one of causes why
QT5 remains slow).

--
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] how to show png , jpg on timage

2014-03-16 Thread Ivanko B
But the problem really applied to resizing to the same or a large
image from the 5000x3000 image only.

--
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] how to show png , jpg on timage

2014-03-16 Thread Ivanko B
This changes the order of rotation-scaling. 4999x2999 first scales down so the
 later rotated image fits 4999x2999.
==
Just rechecked - it doesn't matter whether the source image is
5000x3000 (to be downscaled) or 1920x1080 (to be upscaled).

--
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] how to show png , jpg on timage

2014-03-16 Thread Martin Schreiber
On Sunday 16 March 2014 02:34:56 Ivanko B wrote:
>  What do you get with smaller 'width'  and 'height' settings?
> ===
> 4999x2999 is processed instantly but +5000x3000(+1+1 to it) takes 10
> minutes.
>
This changes the order of rotation-scaling. 4999x2999 first scales down so the 
later rotated image fits 4999x2999. 5000x3000 first rotates which produces a 
much bigger image because of the 45° rotation. With the 'rotbeforescale'- 
and 'rotafterscale'- (typo fixed in git master) options the order can be 
selected manually. The automatic selection should not compare the original 
and end dimensions but the rotated original and end dimensions (changed in 
git master ed360d8febb4cb36d4332f460d689cbd0d77d24a).

Martin

--
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk