Skip to content

Commit

Permalink
Merge pull request swftools#3 from remzr7/master
Browse files Browse the repository at this point in the history
Upgraded dpi limit to 320dpi
  • Loading branch information
matthiaskramm committed May 24, 2016
2 parents a080615 + c172cc3 commit 4a58efc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gfx2gfx.c
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ int main(int argn, char *argv[])
gfxdevice_t _out,*out=&_out;
if(!strcasecmp(format, "swf")) {
gfxdevice_swf_init(out);
out->setparameter(out, "maxdpi", "320");
} else if(!strcasecmp(format, "img") || !strcasecmp(format, "png")) {
gfxdevice_render_init(out);
out->setparameter(out, "antialize", "4");
Expand Down

0 comments on commit 4a58efc

Please sign in to comment.