Skip to content
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

TXT (Base64String) file type support #741

Closed
xmha97 opened this issue Apr 15, 2020 · 1 comment
Closed

TXT (Base64String) file type support #741

xmha97 opened this issue Apr 15, 2020 · 1 comment

Comments

@xmha97
Copy link
Contributor

xmha97 commented Apr 15, 2020

Hello, Please add support open Base64String file (.txt)
image

d2phap added a commit that referenced this issue Apr 18, 2020
- #741
- Support GIF animation in base64 format
@d2phap d2phap added this to the Issues 7.5.1.1 milestone Apr 18, 2020
d2phap added a commit that referenced this issue Apr 18, 2020
d2phap added a commit that referenced this issue Apr 18, 2020
d2phap added a commit that referenced this issue Apr 18, 2020
@d2phap
Copy link
Owner

d2phap commented Apr 19, 2020

@xmha97 it's done and shipped to IG Moon: https://imageglass.org/moon

  • By default, IG supports .b64 as base-64 file format. It also supports for .txt but you need to manually add extension in Settings > File Type Associations tab.
  • Conversion to base-64 format with .b64 or .txt extension: The MIME types of base64 file are:
    • image/gif: animation supported
    • image/tiff: multi-page supported
    • image/webp: animation supported (*)
    • image/svg+xml: scaling supported (*)
    • image/bmp, image/jpeg, image/x-icon
    • image/png: all other image formats will be saved as PNG base-64
      (*) - when copy the base64 content and open in browser - Chrome
  • Conversion from base-64 format to image formats (png/bmp/gif/...):
    • TIFF / GIF: Only first frame/page
    • SVG base-64 converted to pixelated format

@d2phap d2phap closed this as completed Apr 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants