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

Correct image resources #148

Merged
merged 2 commits into from
May 13, 2024
Merged

Conversation

zivy
Copy link
Member

@zivy zivy commented May 13, 2024

No description provided.

zivy added 2 commits May 13, 2024 13:04
Previously md5 hashes were computed for the image in memory using
SimpleITK. We now record the md5 hash of the file on disk.

The usage of the in memory hash was done using SimpleITK and is more
flexible in terms of image content. Thus, if a.jpg and b.png
represent the same image content, it doesn't matter that the files on
disk have different hashes. From a practical standpoint, it is easier
for people to obtain the hash for a file on disk, so switching to that.
@zivy zivy merged commit c7b43d1 into IBEXImagingCommunity:main May 13, 2024
3 checks passed
@zivy zivy deleted the correctImageResources branch May 13, 2024 18:32
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