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