mirror of
https://github.com/avinal/sixth-semester.git
synced 2026-01-11 07:38:34 +05:30
codes added
This commit is contained in:
6
digital_image_processing/practice/basic.m
Normal file
6
digital_image_processing/practice/basic.m
Normal file
@@ -0,0 +1,6 @@
|
||||
image = imread("basic.png");
|
||||
imshow(image)
|
||||
imwrite(image, "copy.jpeg")
|
||||
|
||||
img2 = imread("copy.jpeg");
|
||||
imshow(img2)
|
||||
Reference in New Issue
Block a user