sbool isImageSnippetID(long id) { ret isImageServerSnippet(id); } sbool isImageSnippetID(S id) { ret isImageSnippetID(parseSnippetIDOpt(id)); }