imageproxy
imageproxy copied to clipboard
A caching, resizing image proxy written in Go
https://www.reddit.com/r/golang/comments/1678nh0/native_webp_encoder_for_go Is this what we've been waiting for?
We are serving files from the backend with URLs like "http://example.com/images/some.pdf,1234" and a header `Content-Disposition: filename="some.pdf"`, so if a user wants to save the file it has a "correct" filename....
There are 2 images in the S3 bucket - https://image.cardclan.io/api/imageproxy/10x,q10/https://s3.us-east-2.amazonaws.com/cardclan.io-assets/designCovers/Easter/1e84876f-a0e1-4148-8865-e339ceab84b7__Easter%203.png (not working) - https://image.cardclan.io/api/imageproxy/150x,q150/https://s3.us-east-2.amazonaws.com/cardclan.io-assets/designCovers/Promotion/3da2585c-33ed-484c-be3e-67cb8d6bf7dd__qwe.png (working) The difference in the above two images is %20 space character. My image proxy server...
Is there any way to remove metadata like GPS location etc from an image?
I dont use docker :(
Bumps [github.com/jackc/pgx/v4](https://github.com/jackc/pgx) from 4.17.2 to 4.18.2. Changelog Sourced from github.com/jackc/pgx/v4's changelog. 4.18.2 (March 4, 2024) Fix CVE-2024-27289 SQL injection can occur when all of the following conditions are met: The...
Bumps [github.com/jackc/pgproto3/v2](https://github.com/jackc/pgproto3) from 2.3.1 to 2.3.3. Commits 945c212 Backport fixes from pgx v5 0c0f7b0 Add pgx v5 note f59ff94 UnmarshalJSON: removing hex decode See full diff in compare view [ from 0.32.0 to 0.42.0. Release notes Sourced from github.com/quic-go/quic-go's releases. v0.42.0 New Features added a qlog tracer for events that happen before / outside of established connection: #4305...
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3. Release notes Sourced from github/codeql-action's releases. CodeQL Bundle v2.17.2 Bundles CodeQL CLI v2.17.2 (changelog, release) Includes the following CodeQL language packs from github/codeql@codeql-cli/v2.17.2: codeql/cpp-queries...
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3 to 6. Release notes Sourced from golangci/golangci-lint-action's releases. v6.0.0 What's Changed This version removes annotations option (because it was useless), and removes the default output format...