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 support for specifying ImageFormatLoader Resource import #100538

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Spartan322
Copy link
Contributor

@Spartan322 Spartan322 commented Dec 17, 2024

Supersedes #99666

In attempt to solve #69085 (comment) I tried improving #99666 according to #99666 (comment), this would enable more fine control over resource types in the case the resource_type string is specified, which now happens for every Image-releated resource importer. This also doubles up protecting the recognize method from letting two resources of a file that share the same extension from interfering with each other which may be a minor concern, though that happening seems unintended and more likely to only happen as a bug.

@Spartan322 Spartan322 requested review from a team as code owners December 17, 2024 23:39
@Spartan322 Spartan322 changed the title Add support for specifying ImageFormatLoader Resource import Add support for specifying ImageFormatLoader Resource import Dec 17, 2024
@Spartan322 Spartan322 force-pushed the add/image-import-control branch from 2297fd2 to 66cb4e8 Compare December 17, 2024 23:40
@AThousandShips AThousandShips added this to the 4.x milestone Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants