Skip to content

Latest commit

 

History

History
70 lines (37 loc) · 885 Bytes

readme.md

File metadata and controls

70 lines (37 loc) · 885 Bytes

************************* 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

  1. Select Image

  2. Copy Image

  3. Exit

Enter Your Choice: 1

Enter Image Name: Image_Name

Operation Menu

  1. Width?

  2. Height?

  3. Scale

  4. Horizontal Mirror

  5. Vertical Mirror

  6. Rotate Clockwise

  7. Rotate Anti Clockwise

  8. Crop

  9. Blur

  10. Stretch

  11. Merge Horizontally

  12. Merge Vertically

  13. Fill Color

  14. Search Image

  15. Encryption Steganography

  16. Decryption Steganography

  17. Undo

  18. Redo

  19. Black & White

  20. Close Image

Enter Your Choice: ============= ==================== ==================== Now operate the image as you want.