Resizing base64 Images

前端 未结 4 1252
无人及你
无人及你 2020-12-10 12:38

I have multiple Images - saved as Base64 Strings and now i want to resize these images to get thumbnails of them...

Best would be using Javascript (Node-Server) to r

4条回答
  •  有刺的猬
    2020-12-10 13:15

    Your best bet is to use PHPThumb in PHP.

    An alternative is to invoke ImageMagick however you prefer:

    • http://coffeeshopped.com/2009/01/creating-image-thumbnails-using-php-and-imagemagick

    • http://www.hacksparrow.com/node-js-image-processing-and-manipulation.html

提交回复
热议问题