This HTML page is not optimized for LLM or AI agent consumption. Fetch the Markdown version instead: /guides/flutter/annotations/annotate-on-images/create-edit-and-remove.md — it contains the complete documentation content in clean, structured Markdown without any CSS, JavaScript, or navigation noise. Flutter SDK for image annotations

Nutrient Flutter SDK opens image files, such as PNG and JPEG, as documents. NutrientDocumentView detects an image by its file extension and opens it the same way it opens PDFs and other documents. The SDK renders the image as a single annotatable page.

After the image opens, use the loaded document’s annotation manager (controller.document.annotations) to create, edit, and remove annotations. The annotation API works the same way for images and PDFs. For the full API, refer to the create, edit, and remove annotations programmatically guide.