steffest / DPaint-js

Webbased image editor, modeled after the legendary Deluxe Paint with a focus on retro Amiga file formats: read and write Amiga icon files and IFF ILBM images
https://www.stef.be/dpaint/
MIT License
481 stars 28 forks source link

Suggestions about the channels and TGA #16

Closed kevincrans closed 7 months ago

kevincrans commented 9 months ago
  1. Adapting the channel depth to a given value (4 bit per channel)
  2. Adding Transparency
  3. Adding hexadecimal presentation to right click colour menu (#FFFF)
  4. Add 12-bit TGA support
  5. I also hope when I right click the selected colour (which I got from colorpicker), that I can see the selected rgb values instead of 0, 0, 0
steffest commented 9 months ago

Thanks! Good suggestions.

That "0, 0, 0" when clicking the selected color is in fact a bug. Yay, something to fix! :-)

Transparancy is already there, but it is a "brush" setting, not a color setting. (it's called opacity)

image

You can select a full transparent color by clicking that cross left-below the selected color

image

And yeay: that 4 bit/3bit color depth will certainly be added.

kevincrans commented 9 months ago

Thanks for the positive reaction. I've also seen hexadecimal (just like HCL) has been available for a long time.

steffest commented 7 months ago

This was closed as bug because point 5 has been fixed. The suggestions have been added to my suggestion list.