멀티 업로드 후 이미지 크기 자르기와 resize
세션 처리 부분
go소스 json으로 CRUD테스트
GO로 리사이즈랑 크롭(자르기) 실제 파일 테스트
로컬에서 작업할 때 리사이즈랑 크롭 기능을 사용
resize
https://minwook-shin.github.io/go-image-resizing-interpolation-resize/
go get github.com/nfnt/resize
이 소스는 잘 됨.
https://github.com/nfnt/resize
jpg 도 해보자.
crop 하는 부분
https://www.golangprograms.com/simple-image-processing-package-for-go.html
go get -u github.com/disintegration/imaging