Search found 5 matches
- 2014-02-23T20:01:37-07:00
- Forum: IMagick
- Topic: PHP error "Call to undefined method... getImageOrientation"
- Replies: 11
- Views: 16854
Re: PHP error "Call to undefined method... getImageOrientati
Thank you! And embarrassingly I've just realised that the jQuery File Upload actually has a configuration setting so that you can choose between GD and ImageMagick - and it's set to ImageMagick by default, although I knew GD to be working on that VMWare image. Sheesh. So I probably didn't need to go ...
- 2014-02-23T18:29:41-07:00
- Forum: IMagick
- Topic: PHP error "Call to undefined method... getImageOrientation"
- Replies: 11
- Views: 16854
Re: PHP error "Call to undefined method... getImageOrientati
Hey again fmw42 . Between my last message and now, I've been grappling with Linux from the command line, and I've managed to update IMagick and Imagemagick - more by luck than judgement. Unfortunately I didn't document each of the steps that this involved, but I'll try to include a synopsis below ...
- 2014-02-23T12:37:57-07:00
- Forum: IMagick
- Topic: PHP error "Call to undefined method... getImageOrientation"
- Replies: 11
- Views: 16854
Re: PHP error "Call to undefined method... getImageOrientati
Thanks fmw42 - the Linux server is actually running on a VMWare Virtual Machine on my local PC while I put the website together, so I do have full control - just not very full knowledge! I'll see if I can find any detailed instructions for upgrading Imagemagick online; the trouble I've had in the ...
- 2014-02-23T10:24:42-07:00
- Forum: IMagick
- Topic: PHP error "Call to undefined method... getImageOrientation"
- Replies: 11
- Views: 16854
Re: PHP error "Call to undefined method... getImageOrientati
Thank you very much for your replies. I suspected IMagick was desperately out-of-date, it seems reasonable to assume that this is the reason for the missing function. I'd very happily update to something more recent, but that's my next issue - I don't know how to go about doing it. I realise we're ...
- 2014-02-22T21:39:01-07:00
- Forum: IMagick
- Topic: PHP error "Call to undefined method... getImageOrientation"
- Replies: 11
- Views: 16854
PHP error "Call to undefined method... getImageOrientation"
Hi - I'm sorry if this is the wrong forum, I'm very new to all of this (PHP, Linux, Imagick). I'm attempting to use the jQuery File Upload widget from here: https://github.com/blueimp/jQuery-File-Upload It uses Imagick to display thumbnails of files to be uploaded from a web form. I'm in the early ...