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

[MSEide-MSEgui-talk] mseide+msegui source modules with execute bit set

2013-02-04 Thread Patrick Goupell
Martin, Attached is a file showing source code modules with their execute bit set. I am resetting the bit in order to build the .deb and .rpm packages. But they should probably be set off in the git source code tree. Patrick ./apps/demo/demo.prj ./apps/ide/finddialogform.pas

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] mseide+msegui source modules with execute bit set

2013-02-04 Thread Martin Schreiber
On Monday 04 February 2013 14:44:22 Patrick Goupell wrote: Martin, Attached is a file showing source code modules with their execute bit set. Strange. I am resetting the bit in order to build the .deb and .rpm packages. But they should probably be set off in the git source code tree.

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