hwani3142 / ext-apt-img

0 stars 0 forks source link

이미지 resize (crop) #3

Open hwani3142 opened 11 months ago

hwani3142 commented 11 months ago

보통 리사이징이랑 표현은 크기를 포함하여 화질경량화를 포함하는 작업. ex) 썸네일

단순 좌표값 기준 crop

https://byul91oh.tistory.com/413

resizing 관련 java 라이브러리 비교

https://wildeveloperetrain.tistory.com/289

hwani3142 commented 11 months ago

java, python 는 선택 가능함

pixel color 추출

java

https://stackoverflow.com/questions/22391353/get-color-of-each-pixel-of-an-image-using-bufferedimages

python

https://stackoverflow.com/questions/138250/how-to-read-the-rgb-value-of-a-given-pixel-in-python

width, height 기반 subImage 추출

java

https://stackoverflow.com/questions/2386064/how-do-i-crop-an-image-in-java https://stackoverflow.com/questions/50562388/how-to-crop-image-in-java

python

https://creativeworks.tistory.com/entry/PYTHON-3-Tutorials-40-Cropping-Images-%EC%9D%B4%EB%AF%B8%EC%A7%80-%EC%9E%98%EB%9D%BC%EB%82%B4%EA%B8%B0 https://cloudinary.com/guides/automatic-image-cropping/cropping-images-in-python-with-pillow-and-opencv

polygon area 추출

java

https://stackoverflow.com/questions/43541086/crop-image-by-polygon-area-in-java https://stackoverflow.com/questions/77051497/crop-image-by-polygon-area-or-mask

python

https://stackoverflow.com/questions/22588074/polygon-crop-clip-using-python-pil

hwani3142 commented 11 months ago

검토 결론

방법1. 영역 이외 블랙처리

방법2. 영역 따서 다각형 크롭