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

BMP image files support #114

Merged
merged 1 commit into from
Jun 4, 2024
Merged

BMP image files support #114

merged 1 commit into from
Jun 4, 2024

Conversation

vers-one
Copy link
Owner

@vers-one vers-one commented Jun 4, 2024

BMP image files support

This is:

  • a bug fix
  • an enhancement

Related issue: #102

Description

EPUB 2 specification doesn't include BMP images in the list of supported file formats. EPUB 3 specification doesn't have it either in the list of the core media types. However, there are EPUB books that use BMP file format for their images. This pull request adds BMP image files support into EpubReader.

Testing steps

Open the test EPUB file from the linked issue and make sure that the cover image is loaded.

@vers-one vers-one self-assigned this Jun 4, 2024
@vers-one vers-one linked an issue Jun 4, 2024 that may be closed by this pull request
@vers-one vers-one merged commit 3e8f2f6 into master Jun 4, 2024
4 checks passed
@vers-one vers-one deleted the bmp branch June 4, 2024 02:11
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 this pull request may close these issues.

Add support for BMP image files
1 participant