Image Cropper

फ्रीमियम
द्वारा BLACKTREES | अपडेट किया गया 16日前 | Tools
लोकप्रियता

7.2 / 10

लेटेंसी

1,773ms

सेवा का स्तर

100%

Health Check

N/A

सभी चर्चाओं पर वापस जाएं

is there any way to get the image in base64 format?

gf

Rapid account: Blacktrees
blacktrees Commented 2年前

Hi, thanks for reaching out. I am always interested to implement feature requests. But i have to make sure this fits in the main purpose of the API.

Base64 encoding looks like a good addition. But it is useless without the mimetype. I can implement a JSON response with the aditional meta information. Somthing like:

{ 
	'mime': 'image/png', 
	'encoding': 'base64', 
	'data': 'Rw0KGgoAAA...'
}

from here it is simple to build a image uri or save it for other usecases.

<img src="data:image/jpeg;base64,Rw0KGgoAAA...">

चर्चा में शामिल हों - नीचे टिप्पणी जोड़ें:

नई टिप्पणियाँ पोस्ट करने के लिए लॉग इन / साइनअप करें