You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to save a .jpg with with padding via flitetranscoder?
When I am using convert the padding is nice white, but when I switch to flite ( useFlite: true in the settings object ) the following error appearing:
generator.savePixmap(); > Error with convert's STDIN: Error: write EOF
Shall I try to eliminate transparecy first by modifying pixmap with JavaScript?
I can't find the documentation of flitetranscoder.exe. What are the command line arguments?
Thank You!
Update: I have the cause of the error: the padding value must be integer. Seems like ImageMagick rounding the value for itself, while flitetranscoder exiting with error.
The text was updated successfully, but these errors were encountered:
mcilroyc
changed the title
using flite to save .jpg with padding
using flite with non-integer padding causes error
Sep 27, 2017
Is it possible to save a .jpg with with padding via flitetranscoder?
When I am using convert the padding is nice white, but when I switch to flite ( useFlite: true in the settings object ) the following error appearing:
generator.savePixmap(); > Error with convert's STDIN: Error: write EOF
Shall I try to eliminate transparecy first by modifying pixmap with JavaScript?
I can't find the documentation of flitetranscoder.exe. What are the command line arguments?
Thank You!
Update: I have the cause of the error: the padding value must be integer. Seems like ImageMagick rounding the value for itself, while flitetranscoder exiting with error.
The text was updated successfully, but these errors were encountered: