Skip to content

Commit

Permalink
Updated notebook to use BICUBIC instead of LANCZOS
Browse files Browse the repository at this point in the history
  • Loading branch information
ankuljain09 committed Nov 13, 2024
1 parent 1516976 commit 362b8f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@
" else:\n",
" new_width = width\n",
"\n",
" return image.resize((new_width, new_height), Image.LANCZOS)"
" return image.resize((new_width, new_height), Image.BICUBIC)"
]
},
{
Expand Down

0 comments on commit 362b8f0

Please sign in to comment.