You can create a new asset at "/content/dam/test-image.jpg" with width, height, mime type "image/jpeg" and image titleExample: Asset asset = context.create().asset("/content/dam/test-image.jpg", 1600, 900, "image/jpeg", "dc:title", "title metadata for image");Do not need to load a binary and additio...