wip: add dxo edge barcode (inop)

This commit is contained in:
Henry Schimke
2024-01-16 12:25:44 -06:00
parent 13c5bb5916
commit e01e392a4a
8 changed files with 1055 additions and 2 deletions

View File

@@ -87,6 +87,8 @@ pub enum BarcodeFormat {
/** UPC/EAN extension format. Not a stand-alone format. */
UPC_EAN_EXTENSION,
DXFilmEdge,
///
UNSUPORTED_FORMAT,
}