gltf-transform cli resize is failed. #1097
Answered
by
donmccurdy
neciszhang
asked this question in
Q&A
-
|
Hi, |
Beta Was this translation helpful? Give feedback.
Answered by
donmccurdy
Sep 20, 2023
Replies: 2 comments 5 replies
-
|
Hi @neciszhang, you'll probably need to share more information to get help with this. Some ideas:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hi, |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

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...
... and the file size on disk will decrease as well.