Skip to content

Commit

Permalink
Pass srgb
Browse files Browse the repository at this point in the history
  • Loading branch information
JrMasterModelBuilder committed Sep 25, 2023
1 parent ed2803d commit d99097e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export abstract class Icon {
png.on('end', resolve);
png.pack();
});
return pngRepack(concatUint8Arrays(packed));
return pngRepack(concatUint8Arrays(packed), srgb);
}

/**
Expand Down

0 comments on commit d99097e

Please sign in to comment.