-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
Add the ability to resize remote images by specifying the remote url as the last parameter of the url:
/300x400/crop/s/{remoteUrl}
remoteUrl should be a full remote url: https://example.com/example.jpg
Given the example above, the original image should be cached locally as {originalCacheDir}/example.com/example.jpg and the thumbnail as {thumbnailCacheDir}/300x400/crop/s/example.com/example.jpg.
Expose a configuration property to enable remote image resizing.
Check net/http and api/routes.go to get started.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers