Re: BMP

2000-04-28 Thread Nick Lamb
On Fri, Apr 28, 2000 at 08:53:08AM +0200, DrMartin.Weber wrote: The BMP plugin cannot read OS/2 2.0 bitmaps (number 64). It crashes! Also it displays false colors with indexed OS/2 1.3 bitmaps (number 12). Qt can read all this pictures. So you can have a look at that code. Alexander, how

Re: commands.[ch] conflicting types for...

2000-04-28 Thread Garry R. Osgood
Doug Alcorn wrote: snipped... It looks like the header file only defines two arguments in the prototype, but the actual function has three. How is it possible that the gimp compiles for other people and not for me? -- My commands.h file defines edit_fill_cmd_callback(...) et alia with

a little optimization flip instead of rotate 180

2000-04-28 Thread pixel fairy
for rotate-180, why not just flip vertical? its much faster __ Do You Yahoo!? Talk to your friends online and get email alerts with Yahoo! Messenger. http://im.yahoo.com/

Re: a little optimization flip instead of rotate 180

2000-04-28 Thread Ian McKellar
On Fri, Apr 28, 2000 at 05:35:28AM -0700, pixel fairy wrote: for rotate-180, why not just flip vertical? its much faster 1) Its not nececarilly faster 2) they're not the same original: ### # # ### # # flip vertical: # # ### # # ### rotate 180: # # ### # # ### Ian -- Ian

Re: a little optimization flip instead of rotate 180

2000-04-28 Thread Jon Winters
On Fri, 28 Apr 2000, pixel fairy wrote: for rotate-180, why not just flip vertical? its much faster They are two completely different things. Try each operation on some text. -- Jon Winters http://www.obscurasite.com/ "Everybody loves the GIMP!" http://www.gimp.org/

Re: gimp_ui_init @ 8bpp

2000-04-28 Thread Michael Natterer
Hi all, Tomas Ogren wrote: install_cmap works.. min_colors(256) which the docs used to say doesn't work (except for cvs gtk+). As long as Gimp depends on the unreleased 1.2.8 or truncates the min_colors setting from gimprc to max 6*6*6, there shouldn't be a problem AFAIK. I don't really

Re: a little optimization flip instead of rotate 180

2000-04-28 Thread pixel fairy
ok, one flip horizontal and one vertical. --- Jon Winters [EMAIL PROTECTED] wrote: On Fri, 28 Apr 2000, pixel fairy wrote: for rotate-180, why not just flip vertical? its much faster They are two completely different things. Try each operation on some text. -- Jon Winters