public boolean renditionExists()

in src/main/java/org/apache/sling/thumbnails/internal/RenditionSupportImpl.java [84:86]


    public boolean renditionExists(@NotNull Resource file, @NotNull String renditionName) {
        return getRendition(file, renditionName) != null;
    }