Re: [lazarus] Moving a graphics app from Win to Linux

2005-08-27 Thread Micha Nelissen
On Fri, 26 Aug 2005 23:31:52 +0200 Ger Remmers [EMAIL PROTECTED] wrote: On Friday 26 August 2005 23:14, Micha Nelissen wrote: No bug number,at least not that I know of, but I mentioned it in the first message of this thread. Right, it does not seem trivial, so if it is not in the

Re: [lazarus] Moving a graphics app from Win to Linux

2005-08-27 Thread Ger Remmers
On Saturday 27 August 2005 10:40, Micha Nelissen wrote: Whoops, sorry to bother you again, but note that the fpc and lazarus bug trackers are seperate. The lazarus one is over here: http://www.lazarus.freepascal.org/mantis/main_page.php Have it bookmarked now I've reported the bug

Re: [lazarus] Moving a graphics app from Win to Linux

2005-08-26 Thread Florian Klaempfl
Mattias Gaertner wrote: On Fri, 26 Aug 2005 09:43:23 +1000 Mat Ballard [EMAIL PROTECTED] wrote: g'day Mattias, thanks for that detailed explanation of the details of TLazIntfImage and FPImage ! that has highlighted another important issue that i was not aware of: our code also makes

Re: [lazarus] Moving a graphics app from Win to Linux

2005-08-26 Thread Ger Remmers
On Friday 26 August 2005 18:31, Micha Nelissen wrote: Last updated yesterday (25-8) (no update available this morning( 26 -8 )) You are using SVN right ? (Just checking...) Yes, I'm using a script that was published here not too long ago after the CVS/SVN switch. I found that the script

Re: [lazarus] Moving a graphics app from Win to Linux

2005-08-26 Thread Ger Remmers
On Friday 26 August 2005 18:24, Mattias Gaertner wrote: Last updated yesterday (25-8) (no update available this morning( 26 -8 )) I committed the fix two days ago. What prints svn info lcl/include/bitmap.inc ? [EMAIL PROTECTED]:~ svn info lazarus/lcl/include/bitmap.inc Path:

Re: [lazarus] Moving a graphics app from Win to Linux

2005-08-26 Thread Florian Klaempfl
Ger Remmers wrote: On Friday 26 August 2005 18:31, Micha Nelissen wrote: You are using SVN right ? (Just checking...) Micha I'm gonna sit in the corner and cry for a bit. :( I did alter the script and tested it, but then forgot to put it in place. So I have been using a dead CVS up

Re: [lazarus] Moving a graphics app from Win to Linux

2005-08-26 Thread Ger Remmers
On Friday 26 August 2005 21:57, Micha Nelissen wrote: Updating isn't hard; if you have a good checkout, svn update within the top level directory should do it. But maybe you need more things to be done, in this script. See also SVN_Migration wiki page on freepascal, it has some good hints.

Re: [lazarus] Moving a graphics app from Win to Linux

2005-08-26 Thread Ger Remmers
On Friday 26 August 2005 22:17, Florian Klaempfl wrote: I propose that we switch off cvs completly. Any comments? Since it's no longer being updated it can only lead to confusion (see my case) so yes, please do -- Ger _

Re: [lazarus] Moving a graphics app from Win to Linux

2005-08-26 Thread Micha Nelissen
On Fri, 26 Aug 2005 22:16:51 +0200 Ger Remmers [EMAIL PROTECTED] wrote: Thanks again and sorry for the mess Last problem (so far) remaining is the scrollbars. Bug number please? Micha _ To unsubscribe: mail [EMAIL

Re: [lazarus] Moving a graphics app from Win to Linux

2005-08-26 Thread Ger Remmers
On Friday 26 August 2005 22:31, Micha Nelissen wrote: Last problem (so far) remaining is the scrollbars. Bug number please? No bug number,at least not that I know of, but I mentioned it in the first message of this thread. -- Ger

Re: [lazarus] Moving a graphics app from Win to Linux

2005-08-26 Thread Ger Remmers
On Friday 26 August 2005 23:14, Micha Nelissen wrote: No bug number,at least not that I know of, but I mentioned it in the first message of this thread. Right, it does not seem trivial, so if it is not in the bug report list, it will probably be forgotten. 4326 So now you won't forget

Re: [lazarus] Moving a graphics app from Win to Linux

2005-08-25 Thread Ger Remmers
On Thursday 25 August 2005 12:16, Mattias Gaertner wrote: [..] Filename: big.bmp File size : 168.750.054 real0m18.600s user0m11.521s sys 0m1.611s Code: bmp:=TBitmap.Create; bmp.LoadFromFile('big.bmp'); bmp.Free; This is copied from the WIndows version If

Re: [lazarus] Moving a graphics app from Win to Linux

2005-08-25 Thread Mat Ballard
g'day Mattias, thanks for that detailed explanation of the details of TLazIntfImage and FPImage ! that has highlighted another important issue that i was not aware of: our code also makes heavy use of palette operations to reduce images to very compact grayscales - so i'll have to think

Re: [lazarus] Moving a graphics app from Win to Linux

2005-08-25 Thread Mattias Gaertner
On Thu, 25 Aug 2005 22:37:27 +0200 Ger Remmers [EMAIL PROTECTED] wrote: On Thursday 25 August 2005 12:16, Mattias Gaertner wrote: [..] Filename: big.bmp File size : 168.750.054 real0m18.600s user0m11.521s sys 0m1.611s Code: bmp:=TBitmap.Create;

Re: [lazarus] Moving a graphics app from Win to Linux

2005-08-01 Thread Andreas Berger
You got further then I did. I can't open a 1280x1024x32 bitmap (16MB). TBitmap.LoadFromFile throws an exception every time. Ger Remmers wrote: Hi all, Back to working with Lazarus after an away of a year. And I have seen a lot of good stuff has happend during that time. I have written a