Skip to content

Initial Releases v1.0.0

Compare
Choose a tag to compare
@TristanKnox TristanKnox released this 25 Apr 21:32
5694c31

What's Included

  • Image Processing
    • Color Calibrations
    • Spectral Calibrations
  • Viewer
    • Color Managed Image Viewer
    • Estimated Spectral Reflectance Picker
    • Calibration Accuracy Reports
  • Supported Input Types
    • Raw Image Formats
      • cr2, raf, nef, arq, arw, dng
    • Other
      • tiff
  • Output
    • ColorManaged.tiff
    • Spectral.tiff
    • User Readable Results .csv files

Note: this release is the result of a year's work for our team's senior project. We did not have adequate time to do any real user testing. While the features in the release are functional, there may exist bugs that could cause the application to crash or hang. In the bottom left corner of the application, the green connection indicator (see below) informs the user if the backend is running. If this indicator ever becomes red, the backend is no longer running and the user should restart the application.

connection indicator

System Requirements

  • Intel x86_64 processors (not tested/compiled on ARM or Apple Silicon)
  • Minimum operating system: Windows 10 (64 bit) or macOS Catalina (10.15)
  • Absolute minimum memory: 8 GB
  • Recommended memory: 16 GB or more
  • Windows: Requires the latest (2015-2022) Microsoft Visual C++ runtime installed or direct permalink download for x64.
  • Windows: Needs firewall/network access allowed at runtime for internal localhost access. Despite this, the application does not communicate over the internet whatsoever
  • Both releases are unsigned -- users will experience security warnings and may need administrator access to run the application (even though the application itself does not need administrator privileges)

Release Contributors

Full Changelog: https://github.com/TristanKnox/Imaging-Art-beyond-RGB/commits/v1.0.0