update libpng
update libpng, the repo now requires a vcpkg setup for integrating but skipping the install step should allow it to work for windows an linux, mac might need more
BIN
Engine/lib/lpng/contrib/testpngs/badpal/regression-palette-8.png
Normal file
|
After Width: | Height: | Size: 1 KiB |
BIN
Engine/lib/lpng/contrib/testpngs/badpal/small-palette-1.png
Normal file
|
After Width: | Height: | Size: 271 B |
BIN
Engine/lib/lpng/contrib/testpngs/badpal/small-palette-2.png
Normal file
|
After Width: | Height: | Size: 277 B |
BIN
Engine/lib/lpng/contrib/testpngs/badpal/small-palette-4.png
Normal file
|
After Width: | Height: | Size: 315 B |
BIN
Engine/lib/lpng/contrib/testpngs/badpal/small-palette-8.png
Normal file
|
After Width: | Height: | Size: 1 KiB |
BIN
Engine/lib/lpng/contrib/testpngs/badpal/test-palette-1.png
Normal file
|
After Width: | Height: | Size: 432 B |
BIN
Engine/lib/lpng/contrib/testpngs/badpal/test-palette-2.png
Normal file
|
After Width: | Height: | Size: 499 B |
BIN
Engine/lib/lpng/contrib/testpngs/badpal/test-palette-4.png
Normal file
|
After Width: | Height: | Size: 591 B |
BIN
Engine/lib/lpng/contrib/testpngs/badpal/test-palette-8.png
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
|
|
@ -1,12 +1,10 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Make a set of test PNG files, MAKEPNG is the name of the makepng executable
|
||||
# built from contrib/libtests/makepng.c
|
||||
|
||||
# Copyright (c) 2015 John Cunningham Bowler
|
||||
|
||||
# Last changed in libpng 1.6.20 [December 3, 2015]
|
||||
|
||||
# This code is released under the libpng license.
|
||||
# For conditions of distribution and use, see the disclaimer
|
||||
# and license in png.h
|
||||
|
|
|
|||
|
After Width: | Height: | Size: 142 B |