Golang版本的Fastimage
fastimage
Golang版本的fastimage,脱胎于python的 fastimage.
能够在取尽可能少数据的情况下获取图片尺寸。
参考了Ruben Fonseca(@rubenfonseca)的fastimage库 https://github.com/rubenfonseca/fastimage
从golang官方的imagehttps://github.com/golang/image中取到了WEBP及TIFF图片尺寸解析的逻辑
寻找大师, 跟随大师, 模仿大师, 洞察大师, 成为大师!
Golang版本的fastimage,脱胎于python的 fastimage.
能够在取尽可能少数据的情况下获取图片尺寸。
参考了Ruben Fonseca(@rubenfonseca)的fastimage库 https://github.com/rubenfonseca/fastimage
从golang官方的imagehttps://github.com/golang/image中取到了WEBP及TIFF图片尺寸解析的逻辑
这段代码用于从android手机向服务器上传图片文件,非FTP方式,当然稍作修改就可以用于上传其它文件。各位看官可以根据自己需要进行适当修改。不足之处还请指出,谢谢!