search for: colorpalette

Displaying 2 results from an estimated 2 matches for "colorpalette".

Did you mean: colourpalette
2002 Jan 12
0
HOWTO make lss
...a paint tool "gimp" (if you know how to handle it) to create the boot logo, keep in mind that it will have (at the end) only 16 color. - make sure it has 640 width. - save it as gif <black magic> - use the tool : mogrify -colors 16 boot1.gif - Then check with giftrans the colorpalette: giftrans -l boot2.gif Pick a white entry and swap it with the palette entry 7. because 7 will be used as the text color. eg: giftrans -g 11=7 </black magic> Then use giftoppm and make a ppm file, now you can use the ppmtolss conversion program in syslinux. happy booting, Martin
2012 Jul 17
0
Wine release 1.5.9
...Make sure that 1bpp bitmap images get loaded in native format. gdiplus: Fix palette flags for a not indexed 1-bpp image. gdiplus: Make sure that GdipBitmapLockBits stores valid lockmode. gdiplus: Add some tests for GdipBitmapLockBits/GdipBitmapUnlockBits. gdiplus: Use public ColorPalette structure to store image palette. gdiplus: Pass complete palette info to convert_pixels(). gdiplus: Pass palette instead of bitmap to setpixel helpers. gdiplus: Add support for converting RGB formats to 8bpp indexed. gdiplus: Add support for converting RGB formats to 1bpp in...