Skip to content

CLI options related to mipmap generation could use documentation/clarification #6

@rotoglup

Description

@rotoglup

The -mipsize could have better documentation.

Isn't possible to let the tool compute the number for a complete mipmap chain ?

It seems that there are issues when the given values are wrong, leading to unclear error messages such as, for a 1024x1024 RGB8 TIF :

CompressonatorCLI.exe xxx.TIF xxx.ktx -fd ETC2_RGB -Quality 1.0000 -mipsize 1024

gives

Compression progress = 100
Error(0): KTX Plugin ID(1) saving file = xxx.ktx
Error: saving image or format is unsupported

while

CompressonatorCLI.exe xxx.TIF xxx.ktx -fd ETC2_RGB -Quality 1.0000 -mipsize 512

works fine.

Could it be related to the compression format block size ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions