Skip to content

Converting MCIDAS to PDF results in empty file #3351

@OskarPersson

Description

@OskarPersson

What did you do?

Converted MCIDAS .ara-file to PDF

What did you expect to happen?

A PDF would be created with content similar to the source

What actually happened?

An empty PDF was created

What versions of Pillow and Python are you using?

Pillow 5.2.0 and Python 2.7.15

The tested file

ara = Image.open("Tests/images/cmx3g8_wv_1998.260_0745_mcidas.ara")
rgb_ara = ara.convert('RGB')
rgb_ara.save('output.pdf')

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugAny unexpected behavior, until confirmed feature.Conversion

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions