Fix but deprecate an implicit transparent color #0

This commit is contained in:
Rangi
2026-09-10 19:32:00 +02:00
committed by Eldred Habert
parent 3112239174
commit 25240e9fc0
9 changed files with 42 additions and 10 deletions
+3
View File
@@ -0,0 +1,3 @@
warning: Implicit transparent color #0 is deprecated; leave an explicit gap in the palette specs [-Wobsolete]
error: Each palette spec can only contain up to 1 color plus the implict transparent color
Conversion aborted after 1 error
+1
View File
@@ -0,0 +1 @@
-c #0000FF,#FF0000 -s 2
Binary file not shown.

After

Width:  |  Height:  |  Size: 77 B

+1
View File
@@ -0,0 +1 @@
warning: Implicit transparent color #0 is deprecated; leave an explicit gap in the palette specs [-Wobsolete]
+1
View File
@@ -0,0 +1 @@
-c #0000FF,#FF0000
Binary file not shown.

After

Width:  |  Height:  |  Size: 77 B