@@ -15,7 +15,7 @@ include::partial$misc/admon-requires-7.6v.adoc[]
1515
1616The plugin leverages Uploadcare's robust API for image optimization, providing features such as automatic resizing, format conversion, and compression. It's ideal for developers looking to improve website performance and streamline image handling inside {productname}.
1717
18- == Key Benefits:
18+ == Key Benefits
1919
2020* Speed up your site with responsive images, adaptive quality, and automatic formatting.
2121* Get faster loading times, save on bandwidth, and give users a seamless experience.
@@ -45,6 +45,178 @@ tinymce.init({
4545});
4646----
4747
48+ == Image optimization features overview
49+
50+ Below is an overview of the features of the {pluginname} plugin includes for image optimization:
51+
52+ [cols="1,1,1,^1,3",options="header"]
53+ |===
54+ | Feature | Sub-feature | Operation | Icon | Description
55+
56+ | Upload from device
57+ |
58+ |
59+ | image:icons/folder.svg[folder.svg]
60+ | Allows users to upload an image or file directly from their local device.
61+
62+ | Upload from URL
63+ |
64+ |
65+ | image:icons/link.svg[link.svg]
66+ | Allows users to upload an image or file from a specified URL.
67+
68+ |
69+ | Align
70+ |
71+ | image:icons/align-left.svg[align-left.svg]
72+ | Provides alignment options for the image or element:
73+
74+ |
75+ |
76+ | Align Left
77+ | image:icons/align-left.svg[align-left.svg]
78+ | Aligns the image to the left.
79+
80+ |
81+ |
82+ | Align Centre
83+ | image:icons/align-center.svg[align-center.svg]
84+ | Centers the image.
85+
86+ |
87+ |
88+ | Align Right
89+ | image:icons/align-right.svg[align-right.svg]
90+ | Aligns the image to the right.
91+
92+ |
93+ | Transform
94+ |
95+ | image:icons/transform-image.svg[transform-image.svg]
96+ | Allows users to apply transformations to the image:
97+
98+ |
99+ |
100+ | Rotate Counterclockwise
101+ | image:icons/rotate-left.svg[rotate-left.svg]
102+ | Rotates the image counterclockwise.
103+
104+ |
105+ |
106+ | Rotate Clockwise
107+ | image:icons/rotate-right.svg[rotate-right.svg]
108+ | Rotates the image clockwise.
109+
110+ |
111+ |
112+ | Flip Vertically
113+ | image:icons/flip-vertically.svg[flip-vertically.svg]
114+ | Flips the image vertically.
115+
116+ |
117+ |
118+ | Flip Horizontally
119+ | image:icons/flip-horizontally.svg[flip-horizontally.svg]
120+ | Flips the image horizontally.
121+
122+ |
123+ | Alt Text
124+ |
125+ | image:icons/alt-text.svg[alt-text.svg]
126+ | Adds alternative text to describe the image for accessibility purposes.
127+
128+ |
129+ | Caption
130+ |
131+ | image:icons/caption.svg[caption.svg]
132+ | Adds a caption below the image for additional context.
133+
134+ |
135+ | Adjust
136+ |
137+ | image:icons/adjustments.svg[adjustments.svg]
138+ | Provides tools for adjusting image properties:
139+
140+ |
141+ |
142+ | Brightness
143+ | image:icons/brightness.svg[brightness.svg]
144+ | Adjusts the image brightness.
145+
146+ |
147+ |
148+ | Contrast
149+ | image:icons/contrast.svg[contrast.svg]
150+ | Adjusts the image contrast.
151+
152+ |
153+ |
154+ | Exposure
155+ | image:icons/exposure.svg[exposure.svg]
156+ | Adjusts the image exposure.
157+
158+ |
159+ |
160+ | Gamma
161+ | image:icons/gamma.svg[gamma.svg]
162+ | Adjusts the image gamma.
163+
164+ |
165+ |
166+ | Vibrance
167+ | image:icons/vibrance.svg[vibrance.svg]
168+ | Adjusts the image vibrance.
169+
170+ |
171+ |
172+ | Saturation
173+ | image:icons/saturation.svg[saturation.svg]
174+ | Adjusts the image saturation.
175+
176+ |
177+ |
178+ | Warmth
179+ | image:icons/warmth.svg[warmth.svg]
180+ | Adjusts the image warmth.
181+
182+ |
183+ |
184+ | Grayscale
185+ | image:icons/grayscale.svg[grayscale.svg]
186+ | Converts the image to grayscale.
187+
188+ |
189+ |
190+ | Invert Colors
191+ | image:icons/invert.svg[invert.svg]
192+ | Inverts the image colors.
193+
194+ |
195+ |
196+ | Sharpen
197+ | image:icons/sharpen.svg[sharpen.svg]
198+ | Sharpens the image.
199+
200+ |
201+ |
202+ | Blur
203+ | image:icons/blur.svg[blur.svg]
204+ | Blurs the image.
205+
206+ // Waiting on confirmation- missing from ui.
207+ // |
208+ // |
209+ // | Enhance
210+ // | image:icons/image-enhancements.svg[image-enhancements.svg]
211+ // | Enhances the image automatically.
212+
213+ |
214+ | Revert Changes
215+ |
216+ | image:icons/revert-changes.svg[revert-changes.svg]
217+ | Restores the image to its original state by undoing all edits.
218+ |===
219+
48220== Options
49221
50222The following configuration options affect the behavior of the {pluginname} plugin.
0 commit comments