Re: Hotspots rendering with wrong colors
Status: Alpha
Brought to you by:
cwalther
From: Christian W. <cwa...@gm...> - 2011-01-12 11:58:45
|
> I have a hotspotmap with four hotspots: Green, red, yellow, purple > across the equirect. However, when projected into pipmak and > hotspots are revealed with "C", the shapes and locations are > correct, but the colors are not. Instead of displaying as green, > red, yellow, purple, it displays as red, purple, yellow, green. > This, of course, messes up for pipmak what each hotspot is supposed > to do. Other then being the wrong color and so doing what other > hotspots should be doing, the hotspots work fine. Has anyone > encountered this before? From the manual: > Hotspot maps are 256-color (indexed) images. Color index 0 means > background, color index 1 is the first hotspot, index 2 the second > etc. The actual colors don’t matter, so you can use any color palette. In other words, Pipmak doesn't care what the colors in your hotspot map are. It will recognize the second color of the color palette as hotspot 1, and display it in red. It will recognize the third color of the palette as hotspot 2, and display it in green, etc. If your image editor allows you to reorder your color palette (Gimp does), you can use that to fix your hotspot map. If you want your hotspot map to look the same as what Pipmak displays, you can use the color palette of <http://pipmak.svn.sourceforge.net/viewvc/pipmak/trunk/pipmak/extras/hotspot-palette.gif > -Christian |