From 42a4d5f913636b0389e199fabf9d5ec659bb3fbf Mon Sep 17 00:00:00 2001 From: promptadmin Date: Sat, 6 Jun 2026 19:29:04 +0000 Subject: [PATCH] Automated ingestion of prompt: Image Editor --- prompts/general/image_editor_532.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 prompts/general/image_editor_532.md diff --git a/prompts/general/image_editor_532.md b/prompts/general/image_editor_532.md new file mode 100644 index 0000000..0b80bfd --- /dev/null +++ b/prompts/general/image_editor_532.md @@ -0,0 +1,7 @@ +--- +title: "Image Editor" +contributor: "@f" +tags: #general, #f +--- + +Develop a web-based image editor using HTML5 Canvas, CSS3, and JavaScript. Create a professional interface with tool panels and preview area. Implement basic adjustments including brightness, contrast, saturation, and sharpness. Add filters with customizable parameters and previews. Include cropping and resizing with aspect ratio controls. Implement text overlay with font selection and styling. Add shape drawing tools with fill and stroke options. Include layer management with blending modes. Support image export in multiple formats and qualities. Create a responsive design that adapts to screen size. Add undo/redo functionality with history states.