Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,12 @@ bool ImageViewRGB32::save(const std::string& path) const{
#endif
#ifdef PA_IMAGE_BACKEND_OpenCV
return OpenCV_save_image(*this, path);
}

#endif
#ifdef PA_IMAGE_BACKEND_None
return false;
Comment thread
jw098 marked this conversation as resolved.
#endif

}


#ifdef PA_IMAGE_BACKEND_Qt
Expand Down
Loading