This function performs the same operation as file_to_jpeg with the exception that
a raw buffer can be used instead providing buffer.length and the buffer_mime too.
| buffer |
Raw buffer representing content to save |
| buffer_mime |
MIME type for |
| target |
Output file name (not URI) to save converted content to |
| len |
Length of |
|
true if conversion was successful, otherwise false is returned if throws is set. |