Skip to content

Commit

Permalink
Merge pull request #908 from Vipremigini/patch-3
Browse files Browse the repository at this point in the history
Update Image_to_array_coverter.html
  • Loading branch information
qcoral authored Oct 7, 2024
2 parents 70f7aac + ecf88e4 commit fb7f17f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions art/BitMap-AdityaPV/Image_to_array_coverter.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
const outputInfo = document.getElementById('outputInfo');
outputInfo.innerHTML = '';

const maxWidth = 200;
const maxHeight = 200;
const maxWidth = 125;
const maxHeight = 125;

const img = new Image();
img.onload = function() {
Expand Down

0 comments on commit fb7f17f

Please sign in to comment.