aboutsummaryrefslogtreecommitdiff
path: root/go/images/preprocess.go
AgeCommit message (Collapse)AuthorFilesLines
2016-06-02directory structure change to work with glideChris Lu1-27/+0
glide has its own requirements. My previous workaround caused me some code checkin errors. Need to fix this.
2015-04-16More consistency with SeaweedFS nameStuart P. Bentley1-1/+1
Among the changes, this replaces a couple instances of "Seaweed File System" with "SeaweedFS", for the same reason that nobody says "Mongo Data Base".
2014-07-05lowercase when checking file name extensions.Chris Lu1-3/+5
2014-07-05return image size when client image processingChris Lu1-2/+2
2014-07-04add a convenient function to preprocess images on client side.Chris Lu1-0/+25