I am looking for php script that convert .png file to .icns file for mac.
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Apparently imagemagick does not support icns out of the box (I am sure I used it before, but maybe with some additional library? Cannot remember)
However, just tested the little Linux too icnsutils. It does not have PHP-bindings, so you will need to issue a system call (the horror)
Be vary wary of using variables whom you cannot entirely trust, in system calls. 🙂