You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
The typical use case for this high speed Node.js module is to convert large images of many formats to smaller, web-friendly JPEG, PNG and WebP images of varying dimensions.
13
13
14
14
This module supports reading and writing JPEG, PNG and WebP images to and from Streams, Buffer objects and the filesystem.
15
-
It also supports reading images of many other types from the filesystem via libmagick++ or libgraphicsmagick++ if present.
15
+
It also supports reading images of many other types from the filesystem via libmagick or libgraphicsmagick if present.
16
16
Colour spaces, embedded ICC profiles and alpha transparency channels are all handled correctly.
17
17
18
18
Only small regions of uncompressed image data are held in memory and processed at a time, taking full advantage of multiple CPU cores and L1/L2/L3 cache. Resizing an image is typically 4x faster than using the quickest ImageMagick and GraphicsMagick settings.
0 commit comments