A lightweight Image Proxy for Crispy
verbose, a lightweight Image Proxy with full size, width and height modifiers.
- Full
height&widthmodifiers sizemodifier for making images smaller (or larger) with minimal quality loss- Completely embeddable
- Per-image requests
- No cookies or tracking data comes out from verbose.
verbose is currently being used for:
- Crispy
- Crispy Nightly
- BFC
- V1RU5's Anon Chat
verbose?url_src=<url>to fetch any image from URL.verbose?url_src=<url>&size<size>to fetch image and resize (100 = default).verbose?url_src=<url>&width=<width>&height=<height>to fetch image and resize to specific width and height in pixels.
A nice example to get started with is:
https://verbose.crispychat.tech/?url_src=https%3A%2F%2Fhttp.cat%2F404original full-size image from http.cat/404https://verbose.crispychat.tech/?url_src=https%3A%2F%2Fhttp.cat%2F404&size=4545% of the original size (same image)https://verbose.crispychat.tech/?url_src=https%3A%2F%2Fhttp.cat%2F404&height=45&width=45resized version (45px*45px)