@@ -45,159 +45,129 @@ tinymce.init({
4545});
4646----
4747
48- == Image optimization features overview
48+ == Image Operations
4949
5050Below is an overview of the features of the {pluginname} plugin includes for image optimization:
5151
52- [cols="1,1,1, ^1,3",options="header"]
52+ [cols="1,1,^1,3",options="header"]
5353|===
54- | Feature | Sub-feature | Operation | Icon | Description
54+ | Feature | Operation | Icon | Description
5555
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- |
6956| Align
7057|
7158| image:icons/align-left.svg[align-left.svg]
7259| Provides alignment options for the image or element:
7360
74- |
7561|
7662| Align Left
7763| image:icons/align-left.svg[align-left.svg]
7864| Aligns the image to the left.
7965
80- |
8166|
8267| Align Centre
8368| image:icons/align-center.svg[align-center.svg]
8469| Centers the image.
8570
86- |
8771|
8872| Align Right
8973| image:icons/align-right.svg[align-right.svg]
9074| Aligns the image to the right.
9175
92- |
9376| Transform
9477|
9578| image:icons/transform-image.svg[transform-image.svg]
9679| Allows users to apply transformations to the image:
9780
98- |
9981|
10082| Rotate Counterclockwise
10183| image:icons/rotate-left.svg[rotate-left.svg]
10284| Rotates the image counterclockwise.
10385
104- |
10586|
10687| Rotate Clockwise
10788| image:icons/rotate-right.svg[rotate-right.svg]
10889| Rotates the image clockwise.
10990
110- |
11191|
11292| Flip Vertically
11393| image:icons/flip-vertically.svg[flip-vertically.svg]
11494| Flips the image vertically.
11595
116- |
11796|
11897| Flip Horizontally
11998| image:icons/flip-horizontally.svg[flip-horizontally.svg]
12099| Flips the image horizontally.
121100
122101|
102+ | Resize
103+ | image:icons/resize.svg[resize.svg]
104+ | Changes the size of the image.
105+
123106| Alt Text
124107|
125108| image:icons/alt-text.svg[alt-text.svg]
126109| Adds alternative text to describe the image for accessibility purposes.
127110
128- |
129111| Caption
130112|
131113| image:icons/caption.svg[caption.svg]
132114| Adds a caption below the image for additional context.
133115
134- |
135116| Adjust
136117|
137118| image:icons/adjustments.svg[adjustments.svg]
138119| Provides tools for adjusting image properties:
139120
140- |
141121|
142122| Brightness
143123| image:icons/brightness.svg[brightness.svg]
144124| Adjusts the image brightness.
145125
146- |
147126|
148127| Contrast
149128| image:icons/contrast.svg[contrast.svg]
150129| Adjusts the image contrast.
151130
152- |
153131|
154132| Exposure
155133| image:icons/exposure.svg[exposure.svg]
156134| Adjusts the image exposure.
157135
158- |
159136|
160137| Gamma
161138| image:icons/gamma.svg[gamma.svg]
162139| Adjusts the image gamma.
163140
164- |
165141|
166142| Vibrance
167143| image:icons/vibrance.svg[vibrance.svg]
168144| Adjusts the image vibrance.
169145
170- |
171146|
172147| Saturation
173148| image:icons/saturation.svg[saturation.svg]
174149| Adjusts the image saturation.
175150
176- |
177151|
178152| Warmth
179153| image:icons/warmth.svg[warmth.svg]
180154| Adjusts the image warmth.
181155
182- |
183156|
184157| Grayscale
185158| image:icons/grayscale.svg[grayscale.svg]
186159| Converts the image to grayscale.
187160
188- |
189161|
190162| Invert Colors
191163| image:icons/invert.svg[invert.svg]
192164| Inverts the image colors.
193165
194- |
195166|
196167| Sharpen
197168| image:icons/sharpen.svg[sharpen.svg]
198169| Sharpens the image.
199170
200- |
201171|
202172| Blur
203173| image:icons/blur.svg[blur.svg]
@@ -210,7 +180,6 @@ Below is an overview of the features of the {pluginname} plugin includes for ima
210180// | image:icons/image-enhancements.svg[image-enhancements.svg]
211181// | Enhances the image automatically.
212182
213- |
214183| Revert Changes
215184|
216185| image:icons/revert-changes.svg[revert-changes.svg]
0 commit comments