Skip to content

Commit

Permalink
quality
Browse files Browse the repository at this point in the history
  • Loading branch information
bcherry committed Sep 12, 2017
1 parent 2f7cad5 commit 004d840
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Srcs/heiftojpeg/heiftojpeg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ static void processFile(char *filename, char *outputFileName)
Magick::Image image = montage.front();
image.magick("JPEG");
image.crop(Magick::Geometry(gridItem.outputWidth, gridItem.outputHeight));
image.quality(92);

string timingName = "magick montage+crop";
if (MAX_SIZE > 0) {
Expand Down

0 comments on commit 004d840

Please sign in to comment.