Skip to content

Thumbnail Creation crashing and dependencies #3

Open
@BenShoeSpectric

Description

@BenShoeSpectric

Thumbnail creation uses png, which IQ engine does not support, does not support ci8_le type and a few others, which is a bit nonsensical of a type, but the metadata generation tool adds the _le automatically so I figure it is best to idiot proof it. Also can crash due to excessive RAM usage and no clean up. Also the tool was OS dependent. To fix, I did the following:
changed type from png to jpg
added optimization on the jpg conversion
added memory cleanup
added multiple new types to be supported.
added Linux OS compatibility

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions