The tag has no wiki summary.

learn more… | top users | synonyms

14
votes
3answers
7k views

JS function to calculate complementary colour?

Does anybody know, off the top of your heads, a Javascript solution for calculating the complementary colour of a hex value? There is a number of colour picking suites and palette generators on the ...
11
votes
1answer
2k views

Algorithm or library for color quantization/reduced image color palette in Javascript?

I'm writing a web app that takes a user-submitted image, gets the pixel data via a canvas element, does some processing, and then renders the image using vector shapes (using Protovis). It's working ...
8
votes
1answer
3k views

Can't set palette in bitmap

I have been writing a PCX decoder and, so far, the PCX image itself parses fine, but I can't work out how to set the palette of a bitmap. I have created a bitmap like so: Bitmap bmp = new ...
7
votes
5answers
1k views

How can I interrogate the Delphi component palette?

I have lots of components installed - trouble is when I want to find one I rarely use it takes ages to find it. I can look at the ALL choice which lists all components but finding one with say 'grid' ...
7
votes
1answer
448 views

Gnuplot filledcurves with palette

I have been trying to change the fillstyle for the filledcurves option in gnuplot so that the fill colour represents the difference between the two curves on a 2-dimensional plot. I am thinking of ...
6
votes
3answers
3k views

How to reduce color palette with PIL

I'm not sure how I would go about reducing the color palette of a PIL Image. I would like to reduce an image's palette to the 5 prominent colors found in that image. My overall goal is to do some ...
5
votes
3answers
3k views

PHP GD palette colors

In PHP GD how can you convert a truecolor image to a palette without losing any colors. With imagetruecolortopallete it doesn't work. I have a function that runs through all the colors and filters ...
5
votes
2answers
2k views

PIL: Convert RGB image to a specific 8-bit palette?

Using the Python Imaging Library, I can call img.convert("P", palette=Image.ADAPTIVE) or img.convert("P", palette=Image.WEB) but is there a way to convert to an arbitrary palette? p = [] for i ...
4
votes
6answers
715 views

Is there any way to divide rgb color palette?

I'm trying to generate a color palette which has 16 colors. i will display this palette in 4x4 grid. so i have to find a way to rgb color palette which has 255*255*255 colors divided to 16 colors ...
4
votes
4answers
2k views

“Exclusive” DirectDraw palette isn't actually exclusive

We're maintaining an old video game that uses a full-screen 256-color graphics mode with DirectDraw. The problem is, some applications running in the background sometimes try to change the system ...
4
votes
3answers
812 views

How is the organization of the 12 Bit RGB color format?

I know that the 12 bit RGB color pallette format , has 4 bit for each color R,G,B. But how is the structure of the raw data i.e. 1.) Does each color have a byte corresponding to it which in turn has ...
3
votes
1answer
317 views

How to convert 256 colors palettized RGBA image data to NSImage

I'm a newbie developer and I need your help with something that is probably trivial for you. I have an image data in this pixel format: 256 colors palettized RGBA. It comes from FFmpeg (PIX_FMT_PAL8) ...
2
votes
1answer
374 views

Getting a Mathematica Menu Bar on Linux

The Linux front end of Mathematica (8.0.1.0) does not seem to have a Menu Bar which is apart from any given notebook. In any Windows front end I have used, there is a standalone Menu Bar which ...
2
votes
2answers
3k views

How to filter a specific color from a bitmapData object (or byte-array)

I'm looking for an efficient way to filter a specific color from a bitmapData object in ActionScript 3. Currently I use a loop with readByte32(). This takes about a second to process which is ...
2
votes
4answers
931 views

How can I access the palette of a TPicture.Graphic?

I have searched the web for hours but I can not find anything about how to get the palette from a TPicture.Graphic. I also need to get the color values so I can pass these values to a TStringList for ...
2
votes
0answers
133 views

Finishing an algorithm to generate a color dominance histogram from a picture (in JavaScript)

I need to find out what are the N dominant colors of an image. I've written a function inspired from this : http://bubble.ro/How_to_create_the_histogram_of_an_image_using_PHP.html The picture is ...
2
votes
1answer
144 views

Get the data (palette indices) of an indexed image

How can I access the image data (array of palette indices) of an indexed image (png8 or gif)? Example: Image palette: {0xFF0000, 0x00FF00, 0x0000FF} Image data: {0,1,1,0,1,2,2,2,0,1,0,2,0,1,1,0} ...
2
votes
2answers
479 views

OpenGL Palette Swap shader?

I'm coding a fighting game in which each character has a great number of sprites, and each character has several different palette swaps. I've been trying to use a grayscale texture for each sprite, ...
2
votes
1answer
119 views

Assigning different palette indices to a paletted image

I'm writing a game with Python and Pygame. For this, the graphics will be in the style of old video game consoles like the NES. Therefore, the graphics consist of a single tileset file with 2-bit ...
1
vote
3answers
920 views

widgets missing from graphical layout palette (android on eclipse)

I'm not sure what happened exactly, but when I started up eclipse, there are no widgets in the graphical layout palette, as in the folders show nothing in them. It has worked before. Is there any way ...
1
vote
1answer
767 views

Adding Richfaces to Eclipse Palette?

I am using Eclipse 3.6, and want to add Richfaces to Palette.Could anyone give source or explain how to do please?
1
vote
2answers
188 views

How can I use different color palettes for different layers in ggplot2?

Is it possible to plot two sets of data on the same plot, but use different color palettes for each set? testdf <- data.frame( x = rnorm(100), y1 = rnorm(100, mean = 0, sd = 1), ...
1
vote
1answer
626 views

Breaking up Java Swing classes in Netbeans palette

I would like to know the best method of breaking up large Java Swing classes. Some of mine are quite large and I would like to begin the process of properly modularizing my code. I saw that I could ...
1
vote
2answers
145 views

Fast paletted screen blit with Direct3D 9

A game uses software rendering to draw a full-screen paletted (8-bit) image in memory. What's the fastest way to put that image on the screen, using Direct3D? Currently I convert the paletted image ...
1
vote
1answer
475 views

Create custom palette for WritableBitmap from 256 Colours

I have now been looking for almost an hour and just couldn't find an answer. I am currently working on a program that displays a custom image (using WritableBitmap) either in a gray scale or a ...
1
vote
2answers
57 views

Edit LabVIEW palette sets automatically

I have a device driver I am installing to the user.lib folder, there are various .mnu files included in the driver. After I install my driver I need to go to Tools->Advanced->Edit Palette Sets... ...
1
vote
1answer
296 views

IntelliJ palette tool unavailable for Android

I've been trying to complete http://www.vogella.com/articles/Android/article.html#components in IntelliJ, my java editor of choice, but the palette tool seems to be unavailable. I know some of the ...
1
vote
1answer
501 views

Programatically step through 24 bit color spectrum, get x amount of average colors

Yes, I AM trying to re-invent the wheel. :-) . I am doing my own image compression, (testing some ideas for transmitting parts of images over tcp). Anyway... I am trying to step through 24 bit rgb ...
1
vote
2answers
391 views

How to use palette window decorators in Java/Swing?

is there an open solution to use palette window decorators in Java/Swing like in the following screenshot? JNIWrapper can do this but it is neither open nor free.
1
vote
2answers
415 views

Generation of 8 bit palette from png file via Python

What would be the best python based library for generating 8-bit palette from the given .png file. As in photoshop generating under .pal format. PS: Input PNG is already in 8 bit format. (paletted) ...
1
vote
2answers
1k views

QT set window background

I have scoured through the documentation looking for a way to change the main window's background to an image I have located in the project file. I tried to use a palette with no luck. My question is, ...
1
vote
1answer
127 views

tapestry component for one to many maping

I have similar to scale to biological classification. I am looking for a tapestry component that can link them faster. However I am limitied to tapestry 5.2.6. @Entity public class Species implements ...
1
vote
1answer
692 views

how to enable nebula widgets in designer's palette of Eclipse Indigo

I've just configured Eclipse Indigo(for RCP) in Ubuntu 11 and everything is fine with it as compared to my previous IDE Eclipse Helios(for RCP) except one thing : that is I installed all nebula ...
1
vote
1answer
219 views

How to generate NES palette in C# code

How can I generate the NES palette entirely in C# code, without using any constant values? I want to precalculate the palette in the same way that the PPU does. Thanks!
1
vote
1answer
366 views

eclipse rcp palette creation

Does any one know how to create a palette like Visual Editor widget palette? I think that it should be e component but I don't know where to find it and how to use.
1
vote
1answer
17 views

CKEditor: Different color palettes for Text Color and Background Color possible?

I am using CKEditor (v3.6.4) and try to find out how to change the palettes for Text Color and Background Color separately. I found config.colorButton_colors in the docs which allows me to define ...
1
vote
0answers
97 views

is there a way to change the color palette for ggally ggpairs using ggplot?

I would like to change the color palette for the GGally function ggpairs. When I attempt to add ggplot commands to the ggplot returned using getPlot, the colors do not change. my_pair_plot = ...
1
vote
0answers
74 views

How to export a image to act file

I'm trying to create a mini tool for my job. I'm using C# with Visual Studio 2010 to do that. Now I need to export an image to an act file. Following here, ...
1
vote
1answer
143 views

tapestry palette with drag and drop option

I would like to know, if there is any simple way to make drag and drop palette in Tapestry 5 or two connected lists with drag an drop? I know how to do it in jQuery but I dont know hot to extract ...
1
vote
1answer
2k views

Silverlight 4.0: Chart Toolkit - Palette's are not working

I am trying to customized my tooltip - PieDataPoint, however, palette's are not working anymore. Is there anything that I've missed out? It seems that when I add the below to PieDataPoint, the chart ...
1
vote
2answers
443 views

Wicket Palette - add values to left list

I have a question about Palette in Wicket, i would add values (on page loading) in the right list but i didn't find a solution. I can only add values to left list using the Model. So please help me. ...
1
vote
1answer
431 views

(Python) Set a specific palette in an image using PIL or PyPNG

I have a bunch of images that I am working on separately, that fit back together after being worked on. I'd like to compress them to a 8 bit image in order to save size. I'm currently doing this with ...
1
vote
1answer
163 views

Transparency is considered as black in windows and in program

I'm using the PIL python library to do some batch copy-pasting from image to image. I had it working yesterday, but suddenly when I restarted my computer, the program considers transparency as black, ...
0
votes
3answers
152 views

Is there a library for c++ (or a tool) to reduce colors in a PNG image with alpha values?

I have a PNG-Image with alpha values and need to reduce the amount of colors. I need to have no more than 256 colors for all the colors in the image and so far everything I tried (from paint shop to ...
0
votes
1answer
78 views

How to fill up Tapestry5 palette with list coming from web service?

I am trying to fill up Palette component in Tapestry 5 with result of calling web service, which is a Segment list. Segment is a ordinary class with some attributes like title... I would like to ...
0
votes
1answer
306 views

BitBlt Copy Bitmap from ClipBoard gives wrong colors

I am pasting an image from the clipboard into my program. The bitmap gets put on a background memDC bitmap, which is then composited with another memDC before being drawn to the screen. The ...
0
votes
2answers
285 views

Methods for creating a color palette from an image?

Say I have an image, of unspecified color depth and dimensions. What ways are there of compressing this down to an n-color palette? My google-fu is weak with this one.
0
votes
2answers
367 views

DrawImage from one indexed Bitmap onto another C# .NET Framework 2.0

I have two indexed (8-bits) Bitamp, both using the same Palette in C# (.NET Framework 2.0). I want to bit block copy pixels from one onto another on designated coordinates. I had tried to use Graphics ...
0
votes
1answer
136 views

Eclipse Juno WindowBuilder Palette is Empty [Resolved]

I'm using Eclipse 4.2 (Juno) for Java EE and just installed WindowBuilder plug-n. At this time I'm building Java SE Application with Swing components. The Palette is completely empty (no widgets). Is ...
0
votes
1answer
194 views

OpenGL - Animate/cycle/rotate palette

I was trying to create a OpenGL version of an old plasma 8bit effect animation in DOS but I am stuck. Since almost every OpenGL program has included something to generate a palette for Win32 I thought ...

1 2