I want to extract different sizes (if available) from favicon.ico file and save each to separate .png files (e.g. favicon16.png, favicon32.png etc.) using PHP. How to achieve that?
I want to extract different sizes (if available) from favicon.ico file and save each to separate .png files (e.g. favicon16.png, favicon32.png etc.) using PHP. How to achieve that?