Commit Graph

2 Commits

Author SHA1 Message Date
Martin Brook
12e9c3e29a fix: isFormatSupported now correctly extracts extension
Address review comment #6:
- isFormatSupported() was passing the full path to supportsFormat()
  which only matches extensions like ".jpg", so it always returned false
- Delegate to getDecoder() which correctly extracts the extension first
2026-01-30 17:48:40 +00:00
Martin Brook
bac54f46ca feat: epub add png jpeg support 2026-01-27 18:59:08 +00:00