Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

as-02-wrap does not set values for PixelLayout #145

Open
fschleich opened this issue Dec 6, 2024 · 0 comments · May be fixed by #146
Open

as-02-wrap does not set values for PixelLayout #145

fschleich opened this issue Dec 6, 2024 · 0 comments · May be fixed by #146

Comments

@fschleich
Copy link

PixelLayout in RGB files is currently defaulting to CompNull/0 values for all components, without an option to provide actual values:

<r1:PixelLayout>
    <r2:RGBAComponent>
       <r2:Code>CompNull</r2:Code>
       <r2:ComponentSize>0</r2:ComponentSize>
    </r2:RGBAComponent>
    <r2:RGBAComponent>
       <r2:Code>CompNull</r2:Code>
       <r2:ComponentSize>0</r2:ComponentSize>
    </r2:RGBAComponent>
    <r2:RGBAComponent>
       <r2:Code>CompNull</r2:Code>
       <r2:ComponentSize>0</r2:ComponentSize>
    </r2:RGBAComponent>
    <r2:RGBAComponent>
       <r2:Code>CompNull</r2:Code>
       <r2:ComponentSize>0</r2:ComponentSize>
    </r2:RGBAComponent>
    <r2:RGBAComponent>
       <r2:Code>CompNull</r2:Code>
       <r2:ComponentSize>0</r2:ComponentSize>
    </r2:RGBAComponent>
    <r2:RGBAComponent>
       <r2:Code>CompNull</r2:Code>
       <r2:ComponentSize>0</r2:ComponentSize>
    </r2:RGBAComponent>
    <r2:RGBAComponent>
       <r2:Code>CompNull</r2:Code>
       <r2:ComponentSize>0</r2:ComponentSize>
    </r2:RGBAComponent>
    <r2:RGBAComponent>
       <r2:Code>CompNull</r2:Code>
       <r2:ComponentSize>0</r2:ComponentSize>
    </r2:RGBAComponent>
 </r1:PixelLayout>
@fschleich fschleich linked a pull request Dec 6, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant