Changer Pyplot DPI

plt.imshow(img)
plt.gcf().set_dpi(300)
plt.show()
Dead Dotterel