Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 881dd47

Browse files
Now encrypted image can be stored for decryption process
1 parent d82547a commit 881dd47

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

‎.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Image.jpg
1+
*.jpg
22
encryption

‎encryption.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ int main()
4141
i++;
4242
}
4343
}
44+
45+
imwrite("encryptedImage.jpg",image);
4446
namedWindow("Shubham@shaurya", WINDOW_AUTOSIZE );
4547
imshow("Shubham@shaurya", image);
4648
waitKey(0);

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /