문제

I save the image in db as blob and I want to allow the user to edit the image (rotate,zoom in /out actions are required).

I'm looking for a tool that can be initialized with image (that retrieved form DB ,I assume that I'll need to calculate the bytes here)

  • the image isn't saved in server / client side.

Thanks !

올바른 솔루션이 없습니다

다른 팁

JIU - Java Imaging Utilities

you can use this source code. I would suggest write the image to a temporary path and then do what ever you want to do.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top