Hi
As stated by Praveen, RTE support basic functionality of Image.
Link: - https://docs.adobe.com/docs/en/cq/5-6-1/administering/configuring_rich_text_editor.html#RTE Plugins and the features Property
There is a community article that supports a rich text editor and lets an AEM author drag images from the Content Finder and drop them into the component.
This article covers the following points:
- how to work with rich text plugins
- how to develop and register a custom xtype
- how to work with multifield component
- how to control the behaviour of the component using a cq:EditConfignode
- how to style the component (for example, add a strike through style)
- how to use drag and drop functionality
You can, modify things according to you needs.
Other Links:-
Link: - http://blogs.adobe.com/contentmanagement/tag/custom-richtext/ (Customize richtext editor)
This article covers:
Create a multi richText field,
Common rte configuration – build once use often
Customize default plugins
remove default plugins
restrict features in default plugins
Activate a (non-default) Plugin,
adding your own special character,
Adding default (OOB) special characters back.
PART -2 (these are the things covered in this article)
5. Use css styles in your rte (Using externalStyleSheet with rte),
6. Add formatting,
7. Make “plaintext” as default Paste Mode an strip extra HTML on paste.
8. Remove default p tag in rte (limited scope)
Few more reference links (less relevant to your question)
1. http://experience-aem.blogspot.in/2015/10/aem-61-touchui-rich-text-editor-color-picker-plugin.html
2. http://experience-aem.blogspot.in/2015/09/aem-61-touch-ui-rich-text-editor-rte-browse-insert-image.html
3. http://experience-aem.blogspot.in/2015/01/aem-6-sp1-touch-ui-rich-text-editor-plugin-to-upper-case.html
I hope this would help you.
Thanks and Regards
Kautuk Sahni