Skip to content

Commit

Permalink
Merge pull request #5 from silasrm/master
Browse files Browse the repository at this point in the history
Add support to GS1 FNC1 (libdmtx 0.7.5+)
  • Loading branch information
krichprollsch authored Apr 23, 2019
2 parents d48c7b2 + 34f0335 commit 82cdd93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Dmtx/Writer.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class Writer extends AbstractDmtx
'format',
'resolution',
'margin',
'gs1',
];

protected function setDefaultOptions(OptionsResolver $resolver)
Expand All @@ -24,6 +25,7 @@ protected function setDefaultOptions(OptionsResolver $resolver)
'format' => 'png',
'message-separator' => ' ',
'process-timeout' => 600,
'gs1' => null,
'command' => 'dmtxwrite',
]);

Expand Down

0 comments on commit 82cdd93

Please sign in to comment.