SYMBOL INDEX (14 symbols across 4 files) FILE: examples/save/main.go function main (line 11) | func main() { FILE: examples/simple/main.go function main (line 11) | func main() { FILE: examples/thumbnailer/main.go function main (line 9) | func main() { FILE: imageupload.go type Image (line 19) | type Image struct method Save (line 27) | func (i *Image) Save(filename string) error { method DataURI (line 32) | func (i *Image) DataURI() string { method Write (line 37) | func (i *Image) Write(w http.ResponseWriter) { method ThumbnailJPEG (line 44) | func (i *Image) ThumbnailJPEG(width int, height int, quality int) (*Im... method ThumbnailPNG (line 49) | func (i *Image) ThumbnailPNG(width int, height int) (*Image, error) { function LimitFileSize (line 54) | func LimitFileSize(maxSize int64, w http.ResponseWriter, r *http.Request) { function okContentType (line 58) | func okContentType(contentType string) bool { function Process (line 63) | func Process(r *http.Request, field string) (*Image, error) { function ThumbnailJPEG (line 99) | func ThumbnailJPEG(i *Image, width int, height int, quality int) (*Image... function ThumbnailPNG (line 126) | func ThumbnailPNG(i *Image, width int, height int) (*Image, error) {