stable-diffusion.cpp icon indicating copy to clipboard operation
stable-diffusion.cpp copied to clipboard

Add an indication of whether the PNG/JPG image saving was successful …

Open akleine opened this issue 2 months ago • 0 comments

…or not, also see issue #528. Unfortunately the library used does not give any detailed information about possible errors. In fact stb_image_write.h (line 77) tells: "Each function returns 0 on failure and non-0 on success."

akleine avatar Oct 23 '25 13:10 akleine