Skip to content

An Express site that allows for realtime image editing, resizing, and downloading. Made using the gm, imagemagick, and multer libraries.

Notifications You must be signed in to change notification settings

conradknapp/gm-image-formatting-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GM Playground

This repo is centered around learning the powerful gm/imagemagick libraries for image processing using Express/Node.

Resources

Here are some of the resources I've found useful in my development process:

I also found this helpful definition of blob urls on Stack Overflow:

A URL that was created from a JavaScript Blob can not be converted to a "normal" URL. A blob: URL does not refer to data the exists on the server, it refers to data that your browser currently has in memory, for the current page. It will not be available on other pages, it will not be available in other browsers, and it will not be available from other computers. Therefore it does not make sense, in general, to convert a Blob URL to a "normal" URL. If you wanted an ordinary URL, you would have to send the data from the browser to a server and have the server make it available like an ordinary file. It is possible convert a blob: URL into a data: URL, at least in Chrome. You can use an AJAX request to "fetch" the data from the blob: URL (even though it's really just pulling it out of your browser's memory, not making an HTTP request).

About

An Express site that allows for realtime image editing, resizing, and downloading. Made using the gm, imagemagick, and multer libraries.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published