-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add SupportImageTypes #1225
Comments
Thanks for your issue. I have added support for allowing insert EMF format images. Please upgrade to the master branch code. This feature will be released in the next version, and note that you need to use a specified third-part or custom image decoder and encoder. |
Thank you very much. |
xuri
added a commit
to carbin-gun/excelize
that referenced
this issue
Oct 9, 2022
xuri
added a commit
to JDavidVR/excelize
that referenced
this issue
Jul 11, 2023
jenbonzhang
pushed a commit
to jenbonzhang/excelize
that referenced
this issue
Oct 22, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you add support image type > ".emf"
xmlDrawing.go
line 121
supportImageTypes = map[string]string{".gif": ".gif", ".jpg": ".jpeg", ".jpeg": ".jpeg", ".png": ".png", ".tif": ".tiff", ".tiff": ".tiff"}
supportImageTypes = map[string]string{".gif": ".gif", ".jpg": ".jpeg", ".jpeg": ".jpeg", ".png": ".png", ".tif": ".tiff", ".tiff": ".tiff", ".emf": ".emf"}
The text was updated successfully, but these errors were encountered: