Fix #107212: imb_is_a_ Failures Detecting Valid Images #107661

Closed
Harley Acheson wants to merge 1 commits from Harley:Imb_is_a into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
Member

Changes to some imb_is_a functions to not use imb_oiio_check
which is failing on many images.


For quick detection of valid image files we read just 64 bytes of the file and then check the header for magic numbers, using functions provided by each format's library. However since the change to using OpenImageIO for all image formats we have been calling imb_oiio_check which tries to read the file with get_oiio_reader but this fails on many files. I'm guessing that this oiio function is just not meant for this purpose.

In my test suite of 542 PNG images, the current imb_is_a_png fails on 177 of them. This PR just replaces some imb_is_a tests with direct tests of the file's signature. In the case of PNG just the first 8 bytes that are recognized as the testable signature. https://en.wikipedia.org/wiki/List_of_file_signatures

With this PR all 542 of my test PNG are seen as valid, make thumbnails, and load fine.

Changes to some imb_is_a functions to not use imb_oiio_check which is failing on many images. --- For quick detection of valid image files we read just 64 bytes of the file and then check the header for magic numbers, using functions provided by each format's library. However since the change to using OpenImageIO for all image formats we have been calling `imb_oiio_check` which tries to read the file with `get_oiio_reader` but this fails on many files. I'm guessing that this oiio function is just not meant for this purpose. In my test suite of 542 PNG images, the current `imb_is_a_png` fails on 177 of them. This PR just replaces some imb_is_a tests with direct tests of the file's signature. In the case of PNG just the first 8 bytes that are recognized as the testable signature. https://en.wikipedia.org/wiki/List_of_file_signatures With this PR all 542 of my test PNG are seen as valid, make thumbnails, and load fine.
Harley Acheson added 1 commit 2023-05-05 18:36:24 +02:00
d35dafa4bb IMB: Is_A Failures Detecting Valid Images
Changes to some imb_is_a functions to not use imb_oiio_check
which is failing on many images.
Harley Acheson requested review from Jesse Yurkovich 2023-05-05 18:37:01 +02:00
Harley Acheson changed title from IMB: Is_A Failures Detecting Valid Images to Fix #107212: imb_is_a_ Failures Detecting Valid Images 2023-05-05 19:53:26 +02:00

Already had a PR out #107515. It's slightly different, can you test that one actually?

Already had a PR out #107515. It's slightly different, can you test that one actually?
Author
Member

@deadpin - yes, sorry didn't notice that one. Will look at right now.

@deadpin - yes, sorry didn't notice that one. Will look at right now.
Author
Member

Closing in favor of #107515

Closing in favor of #107515
Harley Acheson closed this pull request 2023-05-05 23:45:36 +02:00
Harley Acheson deleted branch Imb_is_a 2023-05-05 23:45:52 +02:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#107661
No description provided.