image - php script to convert .png to .icns for mac os -


I'm looking for a php script which Converts a .png file to a .csns file for Mac

Thank you.

Apparently the image does not support ICNS outside the box (I'm sure I used it before But maybe with some additional libraries?)

However, just a bit of Linux has also tested. There is no PHP-binding, so you will need to issue a system call (horror)

Take care of those variables, depending on which you can not fully trust, in the system call :)


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -