October 31, 2016 Better File Uploads with Shrine: Processing Whenever we accept file uploads, we usually want to apply some processing to the files before storing them to permanent storage. We might want to generate image thumbnails optimize images transcode videos extract video screenshots … One approach is to process files on-the-fly, which is suitable for fast processing such as image resizing.