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
The size of comic images can be reduced without loosing any quality by pushing them through lossless optimization, like e.g. Yahoo's www.smushit.com can do for you. Smushing comics would save a lot of disk space and reduce page load time.
Some work have already been done by @adamcik on a tool for smushing the images in comics' archive. See the file bin/smush in the repo for details.
The text was updated successfully, but these errors were encountered:
Or just 'jpegtran -crop WxH+X+Y -copy none -optimize -perfect -outfile output.jpg input.jpg' which I tested on one such image, in that case there was no reduction in size, but at least it can be downloaded in parallel.
The size of comic images can be reduced without loosing any quality by pushing them through lossless optimization, like e.g. Yahoo's www.smushit.com can do for you. Smushing comics would save a lot of disk space and reduce page load time.
Some work have already been done by @adamcik on a tool for smushing the images in comics' archive. See the file
bin/smush
in the repo for details.The text was updated successfully, but these errors were encountered: