Search found 4 matches
- 2018-08-24T16:38:43-07:00
- Forum: IMagick
- Topic: I need help
- Replies: 8
- Views: 101524
Re: I need help
hello good afternoon, we had already tried the ghostscript, the problem is apparently the version of php 7.2, which comes to install on ubuntu 18, we did the installation on a server with ubuntu 16, which has php 7.0 and worked perfectly, I do not know the reason for this error but the solution we ...
- 2018-08-24T14:37:54-07:00
- Forum: IMagick
- Topic: I need help
- Replies: 8
- Views: 101524
Re: I need help
I am no expert, but your code does not look like Imagick code. And I do not see Imagick initialized. See http://us3.php.net/manual/en/book.imagick.php this is my full code, sorry, Ijust put the conversion part. if(isset($_POST["cate"]) && !empty($_POST["cate"])){ if(isset($_POST["uid"]) && !empty ...
- 2018-08-24T14:34:39-07:00
- Forum: IMagick
- Topic: I need help
- Replies: 8
- Views: 101524
Re: I need help
Thanks for the help, this is IM info. this is my version: Version: ImageMagick 6.9.7-4 Q16 x86_64 20170114 http://www.imagemagick.org Copyright: © 1999-2017 ImageMagick Studio LLC License: http://www.imagemagick.org/script/license.php Features: Cipher DPC Modules OpenMP Delegates (built-in): bzlib ...
- 2018-08-24T12:47:21-07:00
- Forum: IMagick
- Topic: I need help
- Replies: 8
- Views: 101524
I need help
Hello guys i need help with imagic, i try to convert pdf into png, but i have this result. https://drive.google.com/open?id=1uCGsSt7-kxooSRt_Va56PhbM2nwB6EAJ i need help this is my code.<br/> if($numrows==0){ if($categoria[$count] == "Selecciona") $categoria[$count] = "GENERAL/"; $query = "INSERT ...