Hammarberg / pixcen

Low level Windows pixel editor for C64
http://binarybone.com/pixcen
GNU General Public License v3.0
53 stars 7 forks source link

Change/rotate colors in image while keep same palette #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I would like to have a feature to switch colors bitwise.

If I have color 1 as darkblue and color 2 as lightblue: 

I would like the bitmap image/ranged selection to be changed so that darkblue 
and lightblue is switched in the image bitmap, while the palette still has 
color 1 as darkblue and color 2 as lightblue.

Possible, it would also be nice if this could be done for all 3 colors at same 
time for koala, mc char or sprite modes. So you have a window that pops up and 
gives you the possibility to change bitwise in image "from colors to colors" 
for all 3 colors, while afterwards keep the original palette of the 3 original 
colors.

Hope it makes sense. :)

/Magnar

Original issue reported on code.google.com by magnar...@gmail.com on 14 Jan 2014 at 2:26

GoogleCodeExporter commented 9 years ago
You want a bit re-mask. Already started. The right click popup in the cell 
windows already got some icons for this but they are currently not implemented. 

Re-masking is e very big subject and in time this issue might have to be slip 
up to several.

Original comment by j...@binarybone.com on 16 Jan 2014 at 3:05