You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
}elseif(imageErrorCode==5000){ //image does not exist - do not ask again
3282
+
//create a blank image to store in cache so next request returns the blank rather than asking for an image that does not exist in SD
3283
+
if (Sage.DBG) System.out.println("MetaImage.loadCacheFile: error 5000 - SD image does not exist - creating a blank image for the cache to avoid re-requesting");
3284
+
is = SDUtils.createBlankImageInputStream(270,360,"jpg");
0 commit comments