• Noel Gordon's avatar
    [piexwasm] Add white space to piex.cpp wasm code GetDetails() · e1a87432
    Noel Gordon authored
    Add minor white space for better readability. GetDetails() returns the
    EXIF photographic details of the RAW image. piex-loader.js cleans this
    data later (remove trailing string null bytes and trim left and right,
    reformat floating point and integer numbers) for eventual presentation
    to users (in the FilesApp Quick View metadata info box for example).
    
    The color space names used are presentation names (sRGB, AdobeRGB1998)
    not values. The piex color space values are 'sRgb' and 'adobeRgb', and
    this note to point out the difference.
    
    Test: piex/tests.sh PASS
    Tbr: adanillo
    No-try: true
    Bug: 1132695
    Change-Id: Ic80765334c0a78a18bd0cbdd2c114cbb16658cee
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2454354Reviewed-by: default avatarNoel Gordon <noel@chromium.org>
    Commit-Queue: Noel Gordon <noel@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#814590}
    e1a87432
piex.cpp 5.41 KB