Search found 4 matches
- 2015-04-02T20:39:08-07:00
- Forum: Users
- Topic: NEF to JPG apache error.
- Replies: 6
- Views: 6137
Re: NEF to JPG apache error.
$file = "C:/pics/image003.jpg"; $fileNef = "C:/pics/image003.nef"; $cmd2 = 'convert "' . $fileNef . '" "' . $file . '"'; shell_exec ($cmd2); When I do that I get this error in my apache log: convert: delegate failed `"ufraw-batch" --silent --create-id=also --out-type=png --out-depth=16 "--output=%u ...
- 2015-03-27T07:18:30-07:00
- Forum: Users
- Topic: NEF to JPG apache error.
- Replies: 6
- Views: 6137
Re: NEF to JPG apache error.
I tried using exec() — to call the exact command that runs fine in terminal — from PHP (I was using Imagick() originally), but I'm getting this error in my apache log: convert: delegate failed `"ufraw-batch" --silent --create-id=also --out-type=png --out-depth=16 "--output=%u.png" "%i"' @ error/del ...
- 2015-03-26T17:31:29-07:00
- Forum: Users
- Topic: NEF to JPG apache error.
- Replies: 6
- Views: 6137
Re: NEF to JPG apache error.
I installed ufraw with homebrew, does that include ufraw-bach?
- 2015-03-26T16:08:14-07:00
- Forum: Users
- Topic: NEF to JPG apache error.
- Replies: 6
- Views: 6137
NEF to JPG apache error.
I'm trying to convert an .NEF to a .JPG with php on a local testing site being served from my computer. I can do the conversion from terminal no problem, but my PHP/Apache site gives me this error: PHP Fatal error: Uncaught exception 'ImagickException' with message 'unable to open image `/var/tmp ...