thoas / picfit

An image resizing server written in Go
http://bit.ly/1E7rSoi
MIT License
2.14k stars 177 forks source link

prop:Help #133

Closed remotejob closed 4 years ago

remotejob commented 4 years ago
  1. In case if storage fs how get original image without any Operation?

"storage": { "src": { "type": "fs", "location": "/root/images" } },

  1. How correctly use Method GET? http http://142.93.177.207:3001/get&path=/root/images/display.jpeg http http://142.93.177.207:3001/get&filename=display.jpeg Request should contains parameters or query string ?
thoas commented 4 years ago

You can use the noop operation parameter directly, it will return the original image.