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

Refactor MarkdownImage and InlineImage handling #204

Merged
merged 3 commits into from
Sep 1, 2024

Commits on Aug 30, 2024

  1. - simplify Coil3 intrinsic size logic

      - relates to: #168 (comment)
    mikepenz committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    3965b0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1d88f7 View commit details
    Browse the repository at this point in the history
  3. - move computation of placeholder size to ImageTransformer offering…

    … more flexibility
    
      - add new PlaceholderConfig which contains the information on placeholder size and vertical align
    - expand `ImageData` with `contentScale`, `alpha`, `colorFilter` allowing additional configuration options
    mikepenz committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    a90b495 View commit details
    Browse the repository at this point in the history