Questions tagged [pcx]

PCX is an images file format that stands for Personal Computer eXchange. It uses run length encoding to achieve lossless compression.

17 questions
0
votes
1 answer

Need to convert PCX graphic to binary

I have an application that requires I convert a PCX graphic to binary. There is very little info on the internet on how to do this. I can accomplish this with canvas.toDataURL using JS but only for PNG and JPEG graphic files. This is not for a SQL…
hillcreative
  • 133
  • 2
  • 11
-1
votes
1 answer

CSS How to draw image with transparency instead of color?

I have a PCX-image with green background color rgb(41, 253, 46) and I need to show this color as a transparent one, when I display it via CSS. I am not familiar with CSS or HTML and it taking few hours trying to find solution. Unsuccessfully though.…
Artem Zaytsev
  • 1,621
  • 20
  • 19
1
2