First time here? Check out the FAQ!
answered 2020-02-26 13:36:23 -0600
That is not the way you write filename as first parameter and fx should be second parameter. This should be like this cv2.imwrite(Out_File_Path, fx,[int(cv2.IMWRITE_JPEG_QUALITY), 90])
cv2.imwrite(Out_File_Path, fx,[int(cv2.IMWRITE_JPEG_QUALITY), 90])