magickreadimage($mw,'tile:pic.jpg') don't work
Posted: 2008-12-09T18:56:42-07:00
thanks
got the follow error:
but magickreadimage($mw,'pic.jpg') is working
What is the difference magickreadimage($mw,'pic.jpg') and magickreadimage($mw,'tile:pic.jpg')
thanks again!
Code: Select all
magickreadimage($mw,'tile:pic.jpg')
Code: Select all
Fatal error: magickreadimage(): C API cannot read the format "tile:pic.jpg" (reason: MustSpecifyImageSize `D:\My Documents\Visual Studio 2005\WebSites\WebSite2\old\pic.jpg') [on C source line 217] in D:\My Documents\Visual Studio 2005\WebSites\WebSite2\old\test2.php on line 12
What is the difference magickreadimage($mw,'pic.jpg') and magickreadimage($mw,'tile:pic.jpg')
thanks again!