Moini / BookArtGenerator

A PHP script which will create a folding pattern for you if you provide it with an image. Folding the pattern turns a dull book into real art.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Syntax error

Flemil opened this issue · comments

penguins_preview
tempfile
error1
error2

Okay, Flemil, I updated the script to solve your problem - but you should really use a more current php version.
The error you got seems to be due to a php version older than 5.4, where [contents, contents] is not yet supported for the creation of an array, see http://stackoverflow.com/questions/17772534/php-array-square-brackets-and-array-difference and http://php.net/manual/en/language.types.array.php.
You can now replace the script file on your computer with the script file you find at https://github.com/Moini/BookArtGenerator/blob/master/BookArtGenerator-Win.php .
Report back if it works for you now.
Have fun folding!

Thank you so,so much!!! This is now working perfectly!!!!!!!! :D

Great! Closing the issue now.