File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -113,10 +113,13 @@ int main(int argc, char** argv)
113
113
printF ("Format : %s\n" , ZXing_BarcodeFormatToString (ZXing_Barcode_format (barcode )));
114
114
printF ("Content : %s\n" , ZXing_ContentTypeToString (ZXing_Barcode_contentType (barcode )));
115
115
printF ("Identifier : %s\n" , ZXing_Barcode_symbologyIdentifier (barcode ));
116
+ printf ("HasECI : %d\n" , ZXing_Barcode_hasECI (barcode ));
116
117
printF ("EC Level : %s\n" , ZXing_Barcode_ecLevel (barcode ));
117
118
printF ("Error : %s\n" , ZXing_Barcode_errorMsg (barcode ));
118
119
printF ("Position : %s\n" , ZXing_PositionToString (ZXing_Barcode_position (barcode )));
119
120
printf ("Rotation : %d\n" , ZXing_Barcode_orientation (barcode ));
121
+ printf ("IsMirrored : %d\n" , ZXing_Barcode_isMirrored (barcode ));
122
+ printf ("IsInverted : %d\n" , ZXing_Barcode_isInverted (barcode ));
120
123
121
124
if (i < n - 1 )
122
125
printf ("\n" );
You can’t perform that action at this time.
0 commit comments