What is the best component for resizing and partitioning image in different sizes?

0

I have already looked a lot and there are some solutions to resize images and create the thumbnail from an original image. I'm creating a corporate network and would like to resize an image that the user uploads, and then just like on all networks, make cutouts, then create several thumbnails in different sizes.

Does anyone have a clue how to do this? HTML 5 canvas? Does Bootstrap have any jQuery components that do this?

    
asked by anonymous 23.02.2016 / 13:19

1 answer

1

We can trim using the jCrop ( link ) component. Since the resizing of the image in several other differentiated sizes we can create it through the native function of PHP imagecopyresized (php.net/manual/pt_BR/function.imagecopyresized.php)

    
23.02.2016 / 13:25