1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2024-12-09 09:56:01 +02:00
Commit Graph

735 Commits

Author SHA1 Message Date
DarthSim
72049f3b88 Fix SVG loading support check 2019-10-01 18:21:31 +06:00
DarthSim
1274010010 Save BMP as JPEG by default 2019-10-01 18:12:14 +06:00
DarthSim
aa5ce8be8d Add SVG pasthrough 2019-10-01 18:08:30 +06:00
DarthSim
0de6fc0aa6 IMGPROXY_REPORT_DOWNLOADING_ERRORS config 2019-10-01 15:18:37 +06:00
DarthSim
cc5d3804fb Update changelog 2019-09-30 19:29:27 +06:00
DarthSim
ed41919be2 Try to use Application Default Credentials when GCS is enabled but GCS key is not provided 2019-09-30 19:10:55 +06:00
DarthSim
219d0f8d78 DRY image formats support detection 2019-09-30 17:51:11 +06:00
DarthSim
1f73fd33a9 Finalized BMP support 2019-09-30 17:36:38 +06:00
Dmitry Zuev
239ee95789 Add BMP support (#176)
* Start implementing TIFF support

* bmp

* revert Dockerfile

* Update supported image formats list
2019-09-30 17:30:20 +06:00
DarthSim
977eedf6bf Add BMP support to imageSize 2019-09-30 17:28:38 +06:00
DarthSim
4d06d397fe Load ICO with vips_magickload 2019-09-30 16:05:54 +06:00
DarthSim
52152bcf47 Update docs 2019-09-30 16:05:54 +06:00
DarthSim
5e18d59f80 TIFF support 2019-09-30 16:05:47 +06:00
DarthSim
7d8145360c Tidy modules 2019-09-25 21:47:37 +06:00
DarthSim
7f4d57ab21 Reimplemented image format & size detection 2019-09-25 21:47:37 +06:00
Sergey Alexandrovich
8767f5cb7e
Merge pull request #200 from micheleriva/patch-1
Fixed browser usage
2019-09-25 16:09:49 +06:00
DarthSim
937852afe9 Fix docker build 2019-09-25 15:47:58 +06:00
DarthSim
acfb715949 Set font weight for docs headers 2019-09-23 13:35:56 +06:00
DarthSim
f7ca800b36 Refactored image downloading and watermark preparation 2019-09-20 17:01:00 +06:00
DarthSim
26bd9e4ac3 Remove invalid URL specs 2019-09-20 16:34:21 +06:00
DarthSim
de804a9245 Remove URL verification from processing options parsing stage 2019-09-20 14:30:03 +06:00
DarthSim
d844b4eea9 Fix build with vips <8.6; More verbose "unsupported" errors 2019-09-20 14:25:37 +06:00
DarthSim
4984287918 Better font sizing for docs 2019-09-19 21:37:31 +06:00
DarthSim
91a7836876 Bump version 2019-09-19 21:10:41 +06:00
DarthSim
a9dc3ffbd5 Better fonts for docs 2019-09-19 21:05:21 +06:00
DarthSim
02a505b015 Pin docs content background to the top 2019-09-19 19:50:14 +06:00
DarthSim
447e53fc4e Use VIPS_META_ORIENTATION in the latest versions of vips 2019-09-19 19:47:04 +06:00
DarthSim
8e69236b6b Always run tests on push 2019-09-19 19:47:04 +06:00
DarthSim
725447c828 Better "sponsored by" image for docs readme 2019-09-19 19:46:56 +06:00
DarthSim
c12a1a08cb Proper stack trace for image header parsing errors 2019-09-19 19:23:53 +06:00
DarthSim
8003388f13 Meta for docs site 2019-09-18 22:19:45 +06:00
DarthSim
fafe99362d Black-white logo and search for docs site 2019-09-18 18:59:04 +06:00
Sergey Alexandrovich
39e794b4d4 Create CNAME 2019-09-18 18:22:48 +06:00
Sergey Alexandrovich
9be1884b2b Delete CNAME 2019-09-18 18:22:42 +06:00
Sergey Alexandrovich
88af1d4cd3 Create CNAME 2019-09-18 18:07:10 +06:00
DarthSim
5da21a9c43 Docs site with docsify 2019-09-18 18:04:01 +06:00
DarthSim
33cc10ba31 Fix docker build 2019-09-17 15:46:35 +06:00
DarthSim
38f5b697bf Fix docker build 2019-09-17 15:10:38 +06:00
DarthSim
40fe09b15e More accurate scale calculation 2019-09-16 23:09:28 +06:00
DarthSim
eb28352a78 Update changelog and docs 2019-09-16 21:04:26 +06:00
DarthSim
f7dc78a2fe Cache go mod in CircleCI 2019-09-16 21:02:05 +06:00
DarthSim
41ed99b0c0 Try latest Go 1.11 in CircleCI 2019-09-16 17:23:22 +06:00
DarthSim
68fd0491e1 Require Go 1.11 in go.mod 2019-09-16 16:58:29 +06:00
DarthSim
aab48b0e76 Fix CircleCI; Bump Go version in CircleCI 2019-09-16 16:45:47 +06:00
DarthSim
f7aede3b6c Use github.com/apache/thrift instead of git.apache.org/thrift.git 2019-09-16 16:08:38 +06:00
DarthSim
16784fb1e2 New logging; JSON and structured log formats 2019-09-16 15:53:45 +06:00
DarthSim
83c00a9e2b Fix git hooks 2019-09-16 15:53:32 +06:00
DarthSim
5d4091438b Remove vendor/, modules FTW 2019-09-16 15:50:22 +06:00
DarthSim
03512c2d0e Run test/lint only when *.go/h/c files are changed 2019-09-11 17:25:57 +06:00
DarthSim
53805e482a DRY some calculations 2019-09-11 16:45:26 +06:00