Skip to content

Conversation

@geom3trik
Copy link
Contributor

No description provided.

@geom3trik geom3trik marked this pull request as ready for review May 20, 2025 17:52
Copy link
Contributor

@0HyperCube 0HyperCube left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution.

The code looks good (although I don't really understand the RAW formats very well). From what I can tell the transform -> orientation rename is probably beneficial for clarity.

#[derive(Debug, PartialEq, Eq, Clone, Copy, IntoPrimitive, TryFromPrimitive)]
#[repr(u16)]
#[allow(non_camel_case_types)]
pub enum CompressionValue {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It might be nice to comment where these values have come from?

let mut file = TiffRead::new(reader)?;
let ifd = Ifd::new_first_ifd(&mut file)?;

// TODO: ARW files Store the thumbnail offset and length in the first IFD. Add support for other file types in the future.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would it be worthwhile to do an assert on metadata::identify::identify_camera_model?

@Keavon Keavon force-pushed the master branch 3 times, most recently from c7488cf to 1875779 Compare June 27, 2025 01:46
@Keavon
Copy link
Member

Keavon commented Jun 27, 2025

What's the latest status on this? Do the code review comments need to be actioned yet? Is it awaiting further code review? And I think I need to attend to the CI runner and update it so the failure is fixed.

capture

@Keavon Keavon force-pushed the master branch 4 times, most recently from ec51271 to e025103 Compare July 10, 2025 05:48
@Keavon
Copy link
Member

Keavon commented Aug 1, 2025

@geom3trik just a reminder about my previous message in this thread :)

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.

3 participants