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

Allow custom pixel data parsing and streaming pixel data directly from the reader. #223

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Commits on Oct 21, 2021

  1. Configuration menu
    Copy the full SHA
    61174a9 View commit details
    Browse the repository at this point in the history
  2. Fix buffer

    DmitrijsBarbarinsFreiheit committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    09ccf09 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2021

  1. Add option to stop exactly at pixel data when reading elements

    Add getter for limited reader for the pixel data
    Add getter for the data set
    DmitrijsBarbarinsFreiheit committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    022a51c View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. Added pixel data size getter

    Restore original pixel data parsing and remove unnecessary changes
    DmitrijsBarbarinsFreiheit committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    33452bf View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Configuration menu
    Copy the full SHA
    bd4c33e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from pedrogameiro/optional_num_frames

    Add optional handling of number of frames and total bytes for the pix…
    DmitrijsBarbarinsFreiheit committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    ae39899 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Fix fully iterating over elements

    Some elements, such as pixel data, might have a nil value. Furthermore the FindElementByTagNested does not adhere to the internal documentation to fully exhaust the  iterators goroutine.
    dssimonspoerri authored and pedrogameiro committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    f35174d View commit details
    Browse the repository at this point in the history
  2. Update dataset_test.go

    dvaruas committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    b2328d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24f10eb View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3 from pedrogameiro/sd/eq2

    correct previous changes related to FindElementByTagNested
    dvaruas committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    1c05257 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2023

  1. merge changes from original repo

    Saurav Das committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    fb19918 View commit details
    Browse the repository at this point in the history