Skip to content

feat: convert HEIC and HEIF images to PDF - #1

Merged
McanKul merged 1 commit into
developmentfrom
feat/heic-to-pdf
Jul 19, 2026
Merged

feat: convert HEIC and HEIF images to PDF#1
McanKul merged 1 commit into
developmentfrom
feat/heic-to-pdf

Conversation

@McanKul

@McanKul McanKul commented Jul 19, 2026

Copy link
Copy Markdown
Owner

Summary

  • accept HEIC and HEIF photos in file picker and drag-and-drop flows
  • decode HEIC/HEIF locally with bundled libheif and wrap the image as PDF
  • keep processing offline with no system codec requirement

Why

Users can import iPhone/iPad photos directly instead of converting them elsewhere first.

Validation

  • npm run build
  • npm test (21 tests)
  • cargo check --manifest-path src-tauri/Cargo.toml
  • cargo test --manifest-path src-tauri/Cargo.toml --lib (28 tests)

Privacy Checklist

  • This keeps OffPDF usable offline.
  • This does not upload, log, or transmit user files.
  • The decoder is bundled and uses an Apache-2.0 Rust wrapper.

@McanKul
McanKul merged commit 27e6f6a into development Jul 19, 2026
2 checks passed
@McanKul
McanKul deleted the feat/heic-to-pdf branch July 19, 2026 16:48
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.

1 participant