Re: [MSEide-MSEgui-talk] TWidgetGrid TDataImage-s : errors on reading draphic data

2013-02-04 Thread Martin Schreiber
On Monday 04 February 2013 07:50:59 Ivanko B wrote: Please try with the attached photos :) [200K archive] (especially choose small) Empty memory is 1796kB, after loading 2260kB, after clearing the grid 2012kB. Martin

Re: [MSEide-MSEgui-talk] TWidgetGrid TDataImage-s : errors on reading draphic data

2013-02-04 Thread Ivanko B
Looks nice :) Some utlities have good decent conversion speed: 1) http://www.graphicsmagick.org/GraphicsMagick.html genetares thumbnails 48x48 from 6M JPEG in a half os second for %%f in (*.jpg) do gm convert %%f -thumbnail 48x48 -gravity center .\rsz\gm_%%f 1) ffmpeg (libswscale) : # for %%f

Re: [MSEide-MSEgui-talk] TWidgetGrid TDataImage-s : errors on reading draphic data

2013-02-04 Thread Martin Schreiber
On Monday 04 February 2013 16:44:51 Ivanko B wrote: Looks nice :) Some utlities have good decent conversion speed: 1) http://www.graphicsmagick.org/GraphicsMagick.html genetares thumbnails 48x48 from 6M JPEG in a half os second for %%f in (*.jpg) do gm convert %%f -thumbnail 48x48 -gravity

Re: [MSEide-MSEgui-talk] TWidgetGrid TDataImage-s : errors on reading draphic data

2013-02-03 Thread Martin Schreiber
On Sunday 03 February 2013 20:32:01 Ivanko B wrote: - unpack the attached project - put many 100KB..200KB JPG files to the project directory - build run the project The project should show small previews for the images. for i:= 0 to high(filenames) do begin r:=

Re: [MSEide-MSEgui-talk] TWidgetGrid TDataImage-s : errors on reading draphic data

2013-02-03 Thread Ivanko B
Load the thumbs in a timagelist and use a tlistviw for displaying. = How to get these thumbs so that not to take 150..200M of RAM for 35..40 of 100K JPEGs ? (the testcase east 145..160M of RAM fro these)

Re: [MSEide-MSEgui-talk] TWidgetGrid TDataImage-s : errors on reading draphic data

2013-02-03 Thread Ivanko B
It dosn't buil on vanilla FPC 2,.6.0: === Compiling D:\GITROOT\mseide-msegui\lib\common\kernel\windows\msewindnd.pas Compiling main.pas Compiling main_mfm.pas Compiling D:\GITROOT\mseide-msegui\lib\common\image\mseformattiffread.pas Compiling

Re: [MSEide-MSEgui-talk] TWidgetGrid TDataImage-s : errors on reading draphic data

2013-02-03 Thread Martin Schreiber
On Monday 04 February 2013 05:50:54 Ivanko B wrote: It dosn't buil on vanilla FPC 2,.6.0: === Compiling D:\GITROOT\mseide-msegui\lib\common\kernel\windows\msewindnd.pas Compiling main.pas Compiling main_mfm.pas Compiling

Re: [MSEide-MSEgui-talk] TWidgetGrid TDataImage-s : errors on reading draphic data

2013-02-03 Thread Ivanko B
Not git-pushed yet :) -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_jan

Re: [MSEide-MSEgui-talk] TWidgetGrid TDataImage-s : errors on reading draphic data

2013-02-03 Thread Ivanko B
100+Mbytes looks strange. With the widgetgrid based testcase at Yours ? -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today:

Re: [MSEide-MSEgui-talk] TWidgetGrid TDataImage-s : errors on reading draphic data

2013-02-03 Thread Martin Schreiber
On Monday 04 February 2013 06:29:54 Ivanko B wrote: Not git-pushed yet :) It is, see attachment. Please note the *master* branch. Martin attachment: gitorious.png-- Everyone hates slow websites. So do we. Make your web

Re: [MSEide-MSEgui-talk] TWidgetGrid TDataImage-s : errors on reading draphic data

2013-02-03 Thread Martin Schreiber
On Monday 04 February 2013 06:40:33 Ivanko B wrote: 100+Mbytes looks strange. With the widgetgrid based testcase at Yours ? I don't have so much images. ;-) Martin -- Everyone hates slow websites. So

Re: [MSEide-MSEgui-talk] TWidgetGrid TDataImage-s : errors on reading draphic data

2013-02-03 Thread Ivanko B
It is, see attachment. Please note the *master* branch. Me use mclasses as the default. Should me switch back to the master one ? -- Everyone hates slow websites. So do we. Make your web apps

Re: [MSEide-MSEgui-talk] TWidgetGrid TDataImage-s : errors on reading draphic data

2013-02-03 Thread Martin Schreiber
On Monday 04 February 2013 06:59:18 Ivanko B wrote: It is, see attachment. Please note the *master* branch. Me use mclasses as the default. Should me switch back to the master one ? Yes, mclasses has been merged to master.

Re: [MSEide-MSEgui-talk] TWidgetGrid TDataImage-s : errors on reading draphic data

2013-02-03 Thread Ivanko B
The listview example shows empty area for aprox 30 JPEGs after 1 minute of waiting. -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today:

Re: [MSEide-MSEgui-talk] TWidgetGrid TDataImage-s : errors on reading draphic data

2013-02-03 Thread Ivanko B
But 50...100 times as slower compared to preview window of XNView (for 102 files of total size 53MB ) -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for

Re: [MSEide-MSEgui-talk] TWidgetGrid TDataImage-s : errors on reading draphic data

2013-02-03 Thread Ivanko B
FastImageResizer 0.98 (considered to be a good resizer) shows results similar to the listview project. It seems that XNview applies some kind of trickery :) -- Everyone hates slow websites. So do we. Make your web apps

Re: [MSEide-MSEgui-talk] TWidgetGrid TDataImage-s : errors on reading draphic data

2013-02-03 Thread Ivanko B
fpImage is slow. === No too much. Really 1.5..2 as slower times compared to FastImageResizer. -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download

Re: [MSEide-MSEgui-talk] TWidgetGrid TDataImage-s : errors on reading draphic data

2013-02-03 Thread Ivanko B
And others resizers too :) -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_jan