@@ -1,2 +1,2 @@
-bin/
+imgproxy
config.yml
@@ -43,7 +43,7 @@ func absPathToFile(path string) string {
func init() {
cpath := flag.String(
- "config", "../config.yml", "path to configuration file",
+ "config", "./config.yml", "path to configuration file",
)
flag.Parse()
@@ -0,0 +1,10 @@
+hash: de73486dba2fd32ca4e577ba7baa1552e33431fa2a88c1f34ba9b7af77e9c75b
+updated: 2017-06-20T17:49:53.147746484+03:00
+imports:
+- name: github.com/h2non/bimg
+ version: 45f8993550e71ee7b8001d40c681c6c9fa822357
+- name: github.com/tj/go-debug
+ version: ff4a55a20a86994118644bbddc6a216da193cc13
+- name: gopkg.in/yaml.v2
+ version: cd8b52f8269e0feb286dfeef29f8fe4d5b397e0b
+testImports: []
@@ -0,0 +1,5 @@
+package: github.com/DarthSim/imgproxy
+import:
+- package: github.com/h2non/bimg
+ version: ~1.0.9
+- package: gopkg.in/yaml.v2
@@ -42,7 +42,7 @@ If you're using `gopkg.in`, you can still rely in the `v0` without worrying abou
- Zoom
- Thumbnail
- Extract area
-- Watermark (using text or image)
+- Watermark (text only)
- Gaussian blur effect
- Custom output color space (RGB, grayscale...)
- Format conversion (with additional quality/compression settings)