yes it is already installed on hosting environment
Search found 4 matches
- 2017-08-21T00:59:42-07:00
- Forum: Bugs
- Topic: ImageMagick-7.0.6-Q16 is not creating thumbnail.
- Replies: 6
- Views: 7596
- 2017-08-20T22:03:52-07:00
- Forum: Bugs
- Topic: ImageMagick-7.0.6-Q16 is not creating thumbnail.
- Replies: 6
- Views: 7596
Re: ImageMagick-7.0.6-Q16 is not creating thumbnail.
It seems you are trying to issue a command like this: magick.exe -strip -thumbnail 100x90 in.ext out.ext That is bad syntax, which v6 would accept, but v7 won't. It should be: magick.exe in.ext -strip -thumbnail 100x90 out.ext Hi snibgo, Thanks for your reply. i think there is no issue with command ...
- 2017-08-20T22:02:38-07:00
- Forum: Bugs
- Topic: ImageMagick-7.0.6-Q16 is not creating thumbnail.
- Replies: 6
- Views: 7596
Re: ImageMagick-7.0.6-Q16 is not creating thumbnail.
Hi snibgo, Thanks for your reply. i think there is no issue with command because when i run the same command on Command Prompt it creates thumbnail also when i use same command in my c# application(windows as well as web) and run my application directly by hitting F5(run the application) then also ...
- 2017-08-18T06:08:06-07:00
- Forum: Bugs
- Topic: ImageMagick-7.0.6-Q16 is not creating thumbnail.
- Replies: 6
- Views: 7596
ImageMagick-7.0.6-Q16 is not creating thumbnail.
i am using ImageMagick-7.0.6-Q16 to create thumbnail when i run the command on Command Prompt it creates but when i use same command in my c# application and run my application from iis hosting then it does not create the thumbnail. But when i use ImageMagick-6.8.8-Q16 then it creates the thumbnail ...