iseahound / ImagePut

A core library for images in AutoHotkey. Supports AutoHotkey v1 and v2.
https://www.autohotkey.com/boards/viewtopic.php?f=83&t=76633
MIT License
116 stars 24 forks source link

How to get image file size, format and Blobs? #52

Closed jeevan-lal closed 2 weeks ago

jeevan-lal commented 2 weeks ago

Thank you for creating and maintaining the ImagePut library! It's been incredibly helpful in my projects, and I appreciate all the hard work and dedication you've put into it. Your efforts have made a significant impact on the AutoHotkey community.

Q1 - How to get image file size, format and Blobs? Q2- How to resize/crop image and get resized image base64 string?

iseahound commented 2 weeks ago
  1. You can get the file size using other functions in AutoHotkey
  2. str := ImagePutBase64({image: "something.png", scale: 0.5})

Read the documentation, this is for actual issues.