Token导航 LogoToken导航TokenDH.com
图像处理可写文件github未标认证来源可访问许可证需确认审计通过

syncfusion-maui-image-editorSynfusion 毛伊岛图像编辑器

Agent Skill

用于辅助图像生成、图片编辑、视觉素材处理或图像模型工作流。它适合让 Agent 根据文本生成图片、处理背景、整理视觉提示词或调用相关图像工具。使用时需要确认输入图片、版权来源、输出格式和模型限制;涉及人物、品牌、商品或公开展示素材时,应额外核对授权、真实性和内容合规边界。

总安装

759

周安装

31

GitHub Stars

54

下载量

246
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:syncfusion-maui-image-editor(Synfusion 毛伊岛图像编辑器)
来源仓库:https://github.com/syncfusion/maui-ui-components-skills
仓库路径:skills/syncfusion-maui-image-editor
安装命令:
npx skills add https://github.com/syncfusion/maui-ui-components-skills --skill syncfusion-maui-image-editor
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/syncfusion/maui-ui-components-skills --skill syncfusion-maui-image-editor

简介

同步融合毛伊岛图像编辑器组件,支持图片裁剪、滤镜与基础编辑。

  • 适用于 Codex、Claude、Cursor、Gemini CLI 中的图像处理与视觉素材管理。
  • 从指定 GitHub 源安装,遵循统一技能部署流程。
  • 涉及人物或品牌素材时应核对版权授权与内容合规要求。
  • syncfusion-maui-image-editor 属于图像处理类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Implementing.NET MAUI Image Editor

A comprehensive skill for implementing and customizing the Syncfusion.NET MAUI ImageEditor (SfImageEditor) control. The ImageEditor provides powerful image editing capabilities including cropping, transformations, annotations, filters, and effects with a built-in customizable toolbar.

When to Use This Skill

Use this skill when you need to:

  • Edit and manipulate images in a.NET MAUI application
  • Crop images with various aspect ratios or custom selections
  • Rotate or flip images (transformations)
  • Add annotations: shapes, text, or freehand drawing
  • Apply filters and effects (brightness, contrast, blur, saturation, etc.)
  • Customize the built-in toolbar or create custom toolbars
  • Zoom and pan images for detailed editing
  • Save edited images to file or stream
  • Serialize and deserialize editor state (annotations, transformations)
  • Implement undo/redo functionality
  • Handle image editing events
  • Customize image editor appearance

Component Overview

SfImageEditor is a comprehensive image editing control for.NET MAUI that provides:

Core Features:

  • Image loading from file, stream, or resources
  • Cropping with presets (Square, Circle, 16:9, 4:3, 3:2, etc.) or freehand
  • Transformations: Rotation (90°, 180°, 270°, custom angles), Flip (horizontal/vertical)
  • Annotations: Shapes (Circle, Rectangle, Arrow, Line, Path), Text, Freehand drawing
  • Image filters: Brightness, Contrast, Blur, Sharpen, Exposure, Saturation, Hue, Opacity
  • Built-in toolbar with full customization support
  • Zoom and pan with pinch gestures
  • Z-ordering for annotations (bring to front, send to back)
  • Undo/Redo operations
  • Save to file or stream (JPEG, JPG, PNG, BMP)
  • Serialization/Deserialization of editor state
  • Comprehensive event handling

NuGet Package: Syncfusion.Maui.ImageEditor

Documentation and Navigation Guide

Getting Started & Setup

📄 Read: references/getting-started.md

  • Installation and NuGet package setup
  • Handler registration in MauiProgram.cs
  • Basic ImageEditor implementation (XAML & C#)
  • Loading images from different sources
  • Source property and image loading

Cropping & Transformations

📄 Read: references/crop-transform.md

  • Image cropping with Crop method
  • ImageCropType options (Free, Square, Circle, aspect ratios)
  • Interactive vs programmatic cropping
  • Rotation operations (Rotate method)
  • Flip operations (horizontal/vertical)
  • Custom angle rotations
  • Transformation events

Annotations

📄 Read: references/annotations.md

  • Adding shape annotations (Circle, Rectangle, Arrow, Line, Path)
  • AddShape method and AnnotationShape enum
  • Text annotations (AddText method)
  • Freehand drawing capabilities
  • Custom view overlays
  • Annotation settings (bounds, opacity, rotation, colors)
  • Annotation selection and manipulation
  • AllowDrag, AllowResize, IsEditable properties

Filters & Effects

📄 Read: references/filters-effects.md

  • Applying image filters programmatically
  • Brightness and contrast adjustments
  • Exposure, saturation, and hue controls
  • Blur and sharpen effects
  • Opacity modifications
  • Combining multiple effects
  • Effect preview and reset

Toolbar Customization

📄 Read: references/toolbar.md

  • ShowToolbar property for visibility control
  • Built-in toolbar items
  • Adding custom toolbar items
  • Removing or reordering toolbar items
  • Toolbar positioning and orientation
  • Toolbar item appearance customization
  • ToolbarItemSelected event
  • Creating completely custom toolbars

Zooming & Navigation

📄 Read: references/zooming-navigation.md

  • Zoom functionality (pinch-to-zoom, programmatic)
  • Zoom level management
  • Pan and navigation controls
  • FitToScreen functionality
  • Z-ordering for annotations
  • BringToFront and SendToBack methods
  • Layer management for complex compositions

Save & Serialization

📄 Read: references/save-serialization.md

  • Saving edited images (Save method)
  • Save to file path vs stream
  • Image format options (JPEG, JPG, PNG, BMP)
  • Quality and compression settings
  • Serialization to JSON (annotations and state)
  • Deserialization (loading saved editor state)
  • Reset functionality
  • Export scenarios and best practices

Undo & Redo Operations

📄 Read: references/undo-redo.md

  • Undo and Redo methods
  • CanUndo and CanRedo properties
  • History stack management
  • Custom UI for undo/redo
  • History limits and configuration
  • Undo/Redo events

Events & Event Handling

📄 Read: references/events.md

  • ImageLoaded event
  • ImageSaving and ImageSaved events
  • ItemsSelected event (annotation selection)
  • ToolbarItemSelected event
  • Cropping events
  • Event arguments and accessing event data
  • Building event-driven workflows

Styling & Customization

📄 Read: references/styling-customization.md

  • Visual customization options
  • Theme support and styling
  • Liquid glass effect
  • Control appearance customization
  • Annotation style customization
  • Border and background properties

Accessibility & Localization

📄 Read: references/accessibility-localization.md

  • Accessibility features and support
  • Screen reader compatibility
  • Keyboard navigation (desktop platforms)
  • Semantic properties
  • Localization and multi-language support
  • Culture-specific formatting
  • Right-to-left (RTL) layout support

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.05%
按下载量换算89

Claude

29.64%
按下载量换算73

Cursor

19.68%
按下载量换算48

Gemini CLI

8.74%
按下载量换算22

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

可写文件

该 Skill 可能写入或修改本地文件,使用前需要确认目标目录和修改范围。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills