Salome HOME
bos #26449: SHAPER: save imported images
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_ImageImport.h
index 4f9573b480638dd58deb12e121d4cdaef927168d..5a29f8fbfa4c72783c0114fa7239da679fb74085 100644 (file)
 #include <GeomAPI_Shape.h>
 
 #include <string>
-#include <QPixmap>
+
 /// Implementation of the import STL files algorithms
 GEOMALGOAPI_EXPORT
-std::shared_ptr<GeomAPI_Shape>  ImageImport(const std::string& theFileName,
-                                          std::string& theError);
+std::shared_ptr<GeomAPI_Shape> ImageImport(const int theWidth,
+                                           const int theHeight,
+                                           std::string& theError);
 
 #endif /* GEOMALGOAPI_IMAGEIMPORT_H_ */