图像转换跳过黑白图、图像保存用LPV
parent
139b1da839
commit
2ee33b7efc
@ -0,0 +1,8 @@
|
|||||||
|
#pragma once
|
||||||
|
// the must-have LPVCoreLib
|
||||||
|
#import "libid:c34b3e9e-6dea-4aa9-b500-0266f90dc15f" no_namespace
|
||||||
|
// the must-have LPVGeomLib
|
||||||
|
#import "libid:8955aafb-4602-4d6a-a888-69d1437c4d2b" no_namespace
|
||||||
|
// import LPVCalibLib
|
||||||
|
#import "libid:faa32948-bf4e-4482-9216-70412f34bb66" no_namespace
|
||||||
|
|
||||||
@ -0,0 +1,7 @@
|
|||||||
|
#pragma once
|
||||||
|
// the must-have LPVCoreLib
|
||||||
|
#import "libid:c34b3e9e-6dea-4aa9-b500-0266f90dc15f" no_namespace
|
||||||
|
// the must-have LPVGeomLib
|
||||||
|
#import "libid:8955aafb-4602-4d6a-a888-69d1437c4d2b" no_namespace
|
||||||
|
// import LPVDisplayLib
|
||||||
|
#import "libid:5b289f4f-ebc9-4a41-bd94-07f4a4e4e5f6" no_namespace
|
||||||
Loading…
Reference in New Issue