OpenFairyGUI API
    Preparing search index...

    Interface ProjectImageWriteHints

    In-memory serialization hints attached to an image's identity, not project protocol fields.

    interface ProjectImageWriteHints {
        omitPackageSize?: boolean;
        packageOrder?: { afterId: string; weight: number };
    }
    Index
    omitPackageSize?: boolean

    Omit inferred dimensions from package.xml while retaining them on the image resource.

    packageOrder?: { afterId: string; weight: number }

    Insert after an unhinted resource in the same package/branch; an empty afterId appends. Images sharing an anchor sort by finite weight, then resource ID.