Understanding Bulk Image Resizer
-
I’d like to create multiple subsets of images — say with 600/600, 500/500, and 400/400 — with the max width and the max height selected. Is there a way to automate this so that future uploads would also honer these different presets (– maybe something to expand upon with future updates)? The reason for doing these sets is to implement a lazy loader which picks the image to use based on the device screen size.
Also, I am using the plugin Real Media Library and Plus WebP; could these have some conflicting unexpected effect when generating images?
Without having tried your plugin out, when using “Rename File” set to “Custom” how does this work — can you please expand on these options, and how to implement them. Say for a file of the name “my-file.jpg” would this result in the same outcome “my-file[uniqid].jpeg” as “[image_name][uniqid]“.jpeg (say for that one file?)
[uniqid] Generates a unique id
[md5] Is replaced with the md5 of the original name (what is md5)
[id] Is replaced with a sequential number
[image_name] Is replaced with the original sanitized image name
[rand] Generates a random character a-z0-9[date] is replaced with the date the image was uploaded
[time] Is replaced with the time the image was uploaded
[timestamp] Is replaced with the upload timestamp of the imageAlso, when doing nothing to file names, do file names get their typical “my-name-plus-the-size-600×600” at the end, with the actual image size in the name: “…-600[max]x600[max]”? So with a file of the size of say 1200 by 1000, would I get …-600×500 and …-500×417 and …-400×333?
Thank you.
- The topic ‘Understanding Bulk Image Resizer’ is closed to new replies.