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

Robust image I/O #6765

Merged
merged 7 commits into from
May 12, 2024
Merged

Robust image I/O #6765

merged 7 commits into from
May 12, 2024

Commits on Apr 23, 2024

  1. Robust jpeg image I/O

    Catch libjpeg errors and report as normal Open3D exceptions.
    Change Open3D warnings to errors (exceptions) on jpeg  I/O error.
    ssheorey committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    29ba9f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    ee38337 View commit details
    Browse the repository at this point in the history
  2. Simplify demo_scene example

    ssheorey committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    01a0aeb View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Return false on error instead of throwing exception

    LogError -> LogWarning
    ssheorey committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    b9dad39 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. fix tests, bug fix

    clear image on read error
    ssheorey committed May 1, 2024
    Configuration menu
    Copy the full SHA
    5958306 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    c939ce6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cb9d6a View commit details
    Browse the repository at this point in the history