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

ARW: Support new LJPEG compression on ILCE-7M4 and ILCE-7R5 #482

Closed
wants to merge 4 commits into from

Commits on Jun 4, 2023

  1. ARW: Support new LJPEG compression on ILCE-7M4 and ILCE-7R5

    * Support large-resolution ARW from ILCE-7RM5
    * Generalize sonyArrange in LJPEG arrangement to support 1x2
    
    Co-authored-by: Artemis Tosini <[email protected]>
    da-phil and artemist committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    b383e9e View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Use Exif.SubImage1.0x7038 field for Sony lossless compression crop

    Recap: due to crop size roundup to multiples of tile size (512)
    Sony lossless files exhibit black areas if not further cropped down
    to actual pixel area, which is covered by the sensor.
    
    Exif.SubImage1.0x7038 seems to reliably provide the true crop size,
    whereas Exif.SubImage1.DefaultCropSize only crops to OOC jpeg size
    losing some pixel area
    da-phil committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    25585e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1972397 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Configuration menu
    Copy the full SHA
    5f3fe8f View commit details
    Browse the repository at this point in the history