************************* CODIMAGE *******************************
1.Download project. 2.open terminal in project directory:
compile the main.cpp file as: g++ main.cpp -o main Then run the main.cpp file as: ./main Output will be:
Main Menu
-
Select Image
-
Copy Image
-
Exit
Enter Your Choice: 1
Enter Image Name: Image_Name
Operation Menu
-
Width?
-
Height?
-
Scale
-
Horizontal Mirror
-
Vertical Mirror
-
Rotate Clockwise
-
Rotate Anti Clockwise
-
Crop
-
Blur
-
Stretch
-
Merge Horizontally
-
Merge Vertically
-
Fill Color
-
Search Image
-
Encryption Steganography
-
Decryption Steganography
-
Undo
-
Redo
-
Black & White
-
Close Image
Enter Your Choice: ============= ==================== ==================== Now operate the image as you want.