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.
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.