Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Upload jpeg #3513

Merged
merged 2 commits into from
Sep 19, 2017
Merged

Upload jpeg #3513

merged 2 commits into from
Sep 19, 2017

Commits on Sep 18, 2017

  1. Configuration menu
    Copy the full SHA
    1cf092c View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2017

  1. Fix #220, use JPEG for large shots

    - Allows JPEGs on the server, both to pass content checks, and to make use of stored content-types (instead of assuming image/png).
    - Puts an clip.image.type into shot objects
    - Uses .jpg for filenames when appropriate
    - Adds a new buildSetting for controlling the cutoff when we use JPEG
    - If a PNG image is too large, tries to make a JPEG and substitutes if the JPEG is actually smaller
    - Refactor some data:-URL and blob converstion functions into their own module
    ianb committed Sep 19, 2017
    Configuration menu
    Copy the full SHA
    af7ed82 View commit details
    Browse the repository at this point in the history