One particular case where a higher resolution image is not desired is when uploading sprites used in-game. Sprites at their original size are the best - scaled ones e.g. one pixel becomes four - are less desirable, since it only blows up the image and the actual true resolution (the act...
The example above will create a total of 5 thumbnails at widths of 200, 300, 400, 500 and 600 pixelList of cropped sizesecho $image->imageset('400x200,800x400');You can also describe explicit width and height parameters for images to create cropped thumbnails....