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

2014-02-28 Thread Ivanko B
MS WINDOWS: --- mseclasses.pas(1182,13) Warning: Symbol PBOOLEAN is deprecated mseclasses.pas(1182,23) Error: Incompatible types: got Boolean expected Byte mseclasses.pas(5720) Fatal: There were 1 errors compiling module, stopping Fatal: Compilation aborted Error:

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

2014-02-28 Thread Martin Schreiber
On Friday 28 February 2014 10:58:49 Ivanko B wrote: MS WINDOWS: --- mseclasses.pas(1182,13) Warning: Symbol PBOOLEAN is deprecated mseclasses.pas(1182,23) Error: Incompatible types: got Boolean expected Byte mseclasses.pas(5720) Fatal: There were 1 errors compiling module,

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

2014-02-28 Thread Ivanko B
Now works with GraphicsMagick but fails (JPEG erorr) with FPIMAGE: --- #0 0040AC16 :0 fpc_raiseexception() #1 0054B438 :0 FPREADJPEG_JPEGERROR$J_COMMON_PTR() #2 0054CD9E :0 JERROR_ERREXIT2$J_COMMON_PTR$J_MESSAGE_CODE$LONGINT$LONGINT() #3 0054F538 :0

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

2014-02-28 Thread Martin Schreiber
On Friday 28 February 2014 13:18:00 Ivanko B wrote: Now works with GraphicsMagick but fails (JPEG erorr) with FPIMAGE: It works --- #0 0040AC16 :0 fpc_raiseexception() #1 0054B438 :0 FPREADJPEG_JPEGERROR$J_COMMON_PTR() #2 0054CD9E :0 Do you read a JPEG?

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

2014-02-28 Thread Ivanko B
Now works with GraphicsMagick but fails (JPEG erorr) with FPIMAGE: It works --- #0 0040AC16 :0 fpc_raiseexception() #1 0054B438 :0 FPREADJPEG_JPEGERROR$J_COMMON_PTR() #2 0054CD9E :0 Do you read a JPEG? The attached testcase fails if switched to

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

2014-02-28 Thread Martin Schreiber
On Thursday 27 February 2014 21:10:17 Martin Schreiber wrote: On Thursday 27 February 2014 07:11:47 Martin Schreiber wrote: On Wednesday 26 February 2014 23:21:28 Ivanko B wrote: GraphicsMagick is very fast (just tasted) but how cat it (multiple DLLs of 10+ Mb size) be set up once for

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

2014-02-28 Thread Martin Schreiber
On Friday 28 February 2014 16:26:01 Ivanko B wrote: --- #0 0040AC16 :0 fpc_raiseexception() #1 0054B438 :0 FPREADJPEG_JPEGERROR$J_COMMON_PTR() #2 0054CD9E :0 Do you read a JPEG? The attached testcase fails if switched to FPIMAGE, on same file set.

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

2014-02-28 Thread Martin Schreiber
On Friday 28 February 2014 19:20:15 Ivanko B wrote: With a JPEG? Can you post the image somewhere? Sure, here atatached. Please try again with git master c5af3c1852f3f45685ff536d18ab1733a4d71f1b. Martin --

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

2014-02-28 Thread Ivanko B
Now it works and me can compare FPIMAGE GM versions. GM is approx 2.5 times as faster in the testcase. Both versions load CPU cores similarily, BTW. So GM wins by better alghorithms. -- Flow-based real-time traffic

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

2014-02-28 Thread Martin Schreiber
On Friday 28 February 2014 22:25:29 Ivanko B wrote: Now it works and me can compare FPIMAGE GM versions. GM is approx 2.5 times as faster in the testcase. Both versions load CPU cores similarily, BTW. So GM wins by better alghorithms. Most likely the time to transfer the image from GM memory