Image Metadata is lost after download modify image #805
Labels
Enhancement
Enhance performance or improve usability of original features.
Need Discussion
Need discussion or investigation
@Version 3.15.3
Development Environment
Core JavaScript
#Initialize Code
var imageEditor = new tui.ImageEditor('#tui-image-editor-container', {
includeUI: {
loadImage: {
path: "{{ $content }}", // base64 data
name: "{{ $type[0] ?? time() }}", // dynamic comming from server
},
theme: blackTheme,
menu: ['crop', 'flip', 'rotate', 'draw', 'shape', 'icon', 'text', 'filter'],
menuBarPosition: 'bottom',
},
cssMaxWidth: 900,
cssMaxHeight: 700,
usageStatistics: false,
});
The text was updated successfully, but these errors were encountered: