Skip to content
Discussion options

You must be logged in to vote

I tested this model in glTF Transform v3.7.0, and that does reduce the resolution – could you try upgrading your version? Seems like it may be a bug in the old version.

You may also find that the file size (in bytes) increases after resizing, because the default png compression is lossless. If you'd like to apply lossy compression after resizing, you can do so with...

gltf-transform png in.glb out.glb --quality 80 --effort 100

... and the file size on disk will decrease as well.

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@donmccurdy
Comment options

Answer selected by neciszhang
@neciszhang
Comment options

@donmccurdy
Comment options

@neciszhang
Comment options

@donmccurdy
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants