Vladimír Vondruš
0bf32ae1d2
doc: mark TgaImageConverter as having no known caveats.
...
While StbImageConverter has now a minor caveat as it produces larger
files for no apparent reason.
3 years ago
Vladimír Vondruš
5b98db09df
doc: mention UfbxImporter in the File Formats table.
3 years ago
Vladimír Vondruš
65f3d81d10
doc: list GltfSceneConverter in the file format tables.
...
Marking it as having "some" caveats right now, will change it to none
once the remaining features like camera & light export are added and
once the mesh buffer views get more compact.
4 years ago
Vladimír Vondruš
0fe02d1988
doc: PngImageConverter has a behavior section now, link to it.
4 years ago
Vladimír Vondruš
6551074c75
doc: list also shader converters in the File formats tables.
4 years ago
Vladimír Vondruš
a218ddfa94
doc: add WebP to the file format list.
...
Unfortunately libwebp is neither tiny nor bundleable (on Arch it uses a
Makefile and needs freeglut to build, what the hell?), so it gets a red
flag.
4 years ago
Vladimír Vondruš
c720bf53b5
doc: mark OpenEXR as bundleable.
...
The docs include a CMake snippet that bundles everything. Before it said
"tiny" which is wrong -- libJPEG or libPNG are tiny, this is not.
4 years ago
Vladimír Vondruš
07c88b6fb2
doc: upgrade DdsImporter to a "no caveats" state.
...
Yey!
4 years ago
Vladimír Vondruš
cdfe668d58
AnyImageImporter: recognize ASTC files and data.
4 years ago
Vladimír Vondruš
a63e175687
doc: link to plugin behavior docs even if there are no caveats.
...
Just in case the File Formats table would get outdated. Or if people
would want to know what exactly the plugin does extra.
4 years ago
Vladimír Vondruš
2ee6054f69
doc: adapt to the fact there's a real GltfImporter now.
...
I.e., with the intention to be implemented in the best way possible,
without relying on some 3rd party library with murky corner cases and
questionable tradeoffs.
4 years ago
Vladimír Vondruš
822fa0d644
Updated copyright year.
4 years ago
Vladimír Vondruš
cad1f68eba
doc: mention new KTX and glTF plugins.
5 years ago
Vladimír Vondruš
fcfcabcaa9
Doc++
...
Some silly stupidities.
5 years ago
Vladimír Vondruš
2caa3e501e
doc: TinyGltfImporter can be thought of as pretty much caveat-less.
5 years ago
Vladimír Vondruš
a2b8fb73c2
doc: freshen up plugin-related documentation.
5 years ago
Vladimír Vondruš
99395eb69a
Doc++
5 years ago
Aaron Gokaslan
ca677c69fe
Fix typos
5 years ago
Vladimír Vondruš
380441cd66
doc: this page was missing the footer prev/next/up navigation.
5 years ago
Vladimír Vondruš
bd273d7bce
doc: force a bit better table formatting.
5 years ago
Vladimír Vondruš
069c1e6cee
doc: add OpenEXR import/export to the file format tables.
...
And mark MiniExrImageConverter as having severe limitations, since
that's what it is. (Originally I actually thought EXR supports just
half-floats and RGB/RGBA but that's far from being the case!)
5 years ago
Vladimír Vondruš
3d136503d8
Updated copyright year.
5 years ago
Vladimír Vondruš
76f6ca6264
doc: add BMP and HDR to the file format list.
...
That's everything stb_image_write supports.
5 years ago
Vladimír Vondruš
0a108a892b
doc: add PSD to the file format tables.
5 years ago
Vladimír Vondruš
1046e051b9
doc: expand the File Formats tables, add "bundleability" info for each.
...
Providing a legend describing what each color-code means and listing
image and scene converters as well.
6 years ago
Vladimír Vondruš
19e0e96d74
Updated copyright year.
6 years ago
Vladimír Vondruš
660cb69327
doc: add *.ico to the file format table.
...
And due to my latest experience with DevIL and how it handles animated
GIFs, downgrade the caveats to "severe".
6 years ago
Vladimír Vondruš
1bd5efc1f8
doc: initial file format support tables.
...
Plus accompanying changes to plugin docs.
6 years ago