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

Add COM support for IPropertyStore #55

Merged
merged 1 commit into from
Oct 14, 2024
Merged

Add COM support for IPropertyStore #55

merged 1 commit into from
Oct 14, 2024

Conversation

vbaderks
Copy link
Collaborator

Explorer uses IPropertyStore to retrieve additional meta data to display in the preview pane, info tooltip and property tab sheet. As the Netpbm format is unknown to Windows, the default photo property handler cannot be used and a custom implementation is needed.

This property store provides the following standard properties:

  • System.Image.HorizontalSize
  • System.Image.VerticalSize
  • System.Image.BitDepth
  • System.Image.Dimensions
  • System.Image.Compression

Explorer uses IPropertyStore to retrieve additional meta data to display in the preview pane, info tooltip and property tab sheet.
As the Netpbm format is unknown to Windows, the default photo property handler cannot be used and a custom implementation is needed.

This property store provides the following standard properties:
- System.Image.HorizontalSize
- System.Image.VerticalSize
- System.Image.BitDepth
- System.Image.Dimensions
- System.Image.Compression
@vbaderks vbaderks merged commit 55933d3 into main Oct 14, 2024
4 checks passed
@vbaderks vbaderks deleted the property-handler branch October 14, 2024 12:13
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