| 97 | } |
| 98 | |
| 99 | std::shared_ptr<ImageCodec> MakeNativeCodec(const std::string& path) { |
| 100 | return ImageCodec::MakeNativeCodec(ProjectPath::Absolute(path)); |
| 101 | } |
| 102 | |
| 103 | std::shared_ptr<Image> MakeImage(const std::string& path) { |
| 104 | return Image::MakeFromFile(ProjectPath::Absolute(path)); |