Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

using flite with non-integer padding causes error #383

Open
zimag opened this issue May 26, 2017 · 0 comments
Open

using flite with non-integer padding causes error #383

zimag opened this issue May 26, 2017 · 0 comments

Comments

@zimag
Copy link

zimag commented May 26, 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.

@mcilroyc mcilroyc changed the title using flite to save .jpg with padding using flite with non-integer padding causes error Sep 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant