login/pass: error messages below page title
[minimedit.git] / thumb /
2021-01-01 Mischa POSLAWSKYpage: api attribute indicate index requests
2020-12-30 Mischa POSLAWSKYthumb: append .jpg extension to match file type
2020-12-30 Mischa POSLAWSKYthumb: content-length http header
2020-12-30 Mischa POSLAWSKYthumb: only shrink larger images
2020-12-30 Mischa POSLAWSKYthumb: validate path before extracting missing parts
2020-12-19 Mischa POSLAWSKYlogin: userless handler call to obtain metadata
2020-12-19 Mischa POSLAWSKYpage: replace global variables by $Page object
2020-12-05 Mischa POSLAWSKYthumb: apply exif orientation
2020-05-16 Mischa POSLAWSKYthumb: strip metadata and chroma
2020-05-16 Mischa POSLAWSKYthumb: decrease preferred quality to 85%
2020-05-16 Mischa POSLAWSKYthumb: prefer progressive jpeg encoding
2020-01-01 Mischa POSLAWSKYthumb: delete subsequent animation frames
2019-11-09 Mischa POSLAWSKYpage: replace output caching by article object
2019-07-12 Mischa POSLAWSKYthumb: jpeg content type for cached images v4.0
2019-07-12 Mischa POSLAWSKYthumb: omit immutable caching for derived results
2019-07-12 Mischa POSLAWSKYthumb: indicate 1 month caching of generated output
2019-07-12 Mischa POSLAWSKYthumb: flatten transparent images to white background
2019-07-12 Mischa POSLAWSKYthumb: ensure exception message in X-Error header
2018-08-25 Mischa POSLAWSKYthumb: jpeg encoding regardless of original
2018-07-09 Mischa POSLAWSKYthumb: optional width restriction in size parameter
2018-07-09 Mischa POSLAWSKYthumb: output results of existing target
2018-07-07 Mischa POSLAWSKYthumb: catch php errors during (gd) resize
2018-07-07 Mischa POSLAWSKYthumb: prefer native GD over external convert
2018-07-07 Mischa POSLAWSKYthumb: decide on cache location in mkthumb()
2018-07-07 Mischa POSLAWSKYthumb: force reload with specified ?backend
2018-07-07 Mischa POSLAWSKYthumb: ?backend option to override resize callback
2018-07-07 Mischa POSLAWSKYthumb: show 404.png for missing requests
2018-07-06 Mischa POSLAWSKYthumb: error image also on unexpected exceptions
2018-07-06 Mischa POSLAWSKYthumb: move imagemagick execution to separate function
2018-06-18 Mischa POSLAWSKYthumb: return 501 image if resize is unavailable
2018-06-16 Mischa POSLAWSKYthumb: prefix data path only for numeric roots
2018-06-16 Mischa POSLAWSKYthumb: dynamic image relay with resize option