Syoyo Fujita
|
758a1240c9
|
Reorder 16 bit pixel data to big endian when saving it as 16 png, since lodepng::encode expects image data is in big endian manner.
Add OpenEXR saver for 16bit image as a bonus.
|
2019-03-03 21:21:18 +09:00 |
|
Arthur Brainville (Ybalrid)
|
f2addc0e44
|
16bit images are 16bit images: added Image::bits and Image::pixel_type
|
2019-03-02 22:00:48 +01:00 |
|
Syoyo Fujita
|
7c8d4ed748
|
Added 'warning' message parameter to glTF loader API.
Asset loading failure messages(e.g. image file is missing) are now stored in `warning` message, not `error` message.
|
2018-07-27 16:49:10 +09:00 |
|
Arthur Brainville
|
2960379eba
|
Can select image file format with -f argument in gltf util
Signed-off-by: Arthur Brainville (Ybalrid) <ybalrid@ybalrid.info>
|
2018-03-19 20:24:00 +01:00 |
|
Arthur Brainville (Ybalrid)
|
34c8b60325
|
Can specify output directory for dumped texture with -o
Signed-off by: Arthur Brainville (Ybalrid) <ybalrid@ybalrid.info>
|
2018-03-19 17:21:18 +01:00 |
|
Arthur Brainville (Ybalrid)
|
8d8840f809
|
Added basic texture dumper
Signed-off by: Arthur Brainville (Ybalrid) <ybalrid@ybalrid.info>
|
2018-03-19 17:11:53 +01:00 |
|
Arthur Brainville
|
ea2b1c5e5d
|
Start working on a gltf utility program
Signed-off-by: Arthur Brainville (Ybalrid) <ybalrid@ybalrid.info>
|
2018-03-19 15:49:14 +01:00 |
|