node-imager
node-imager copied to clipboard
Generate variants after already uploaded
If we have already successfully uploaded an image to S3 with many variants, how would one be able to create NEW variants for already generated files?
Say for example I added a new template to my site which I want to show a list of content with images resized as 'thumbnail_featured' or something, but already existing files were never uploaded as thumbnail_featured originally. Is there a way to RE-generate variants if passing an existing S3 file?
This feature is not available yet, but I am planning to add this. I have started re-writing this library using generators and co, I will be adding this feature in that. Thanks for the issue!