Skip to content

Conversation

muukii
Copy link
Collaborator

@muukii muukii commented Oct 14, 2025

Summary

  • Add skipsFinalImageReload parameter (default: false) to control reload behavior
  • Add comprehensive documentation for all public initializers
  • When false (default), images reload when display size or representation changes
  • When true, reloading is skipped for better performance in specific scenarios

Changes

  • Added skipsFinalImageReload: Bool parameter to both public initializers
  • Added documentation comments explaining the purpose and behavior of all parameters
  • Wrapped the existing final image check with if skipsFinalImageReload condition

Test plan

  • Build the project successfully
  • Verify default behavior (reload on size/representation change)
  • Verify skip behavior when skipsFinalImageReload: true

🤖 Generated with Claude Code

Adds a new `skipsFinalImageReload` parameter (default: false) that controls whether to skip reloading when a final image is already loaded. When false (default), images reload when display size or representation changes. When true, reloading is skipped for better performance in specific scenarios.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
@muukii muukii merged commit fadfd77 into main Oct 14, 2025
@muukii muukii deleted the feature/add-skips-final-image-reload branch October 14, 2025 05:00
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