https://github.com/megave/image-processing-tasks
My solution for the proposed tasks from the Image Processing discipline, during the 5th period of the course | Resoluções minhas dos trabalhos propostos durante a disciplina de Processamento de Imagem, no 5º Período do curso
https://github.com/megave/image-processing-tasks
ascii-art decoder pgm-image
Last synced: about 2 months ago
JSON representation
My solution for the proposed tasks from the Image Processing discipline, during the 5th period of the course | Resoluções minhas dos trabalhos propostos durante a disciplina de Processamento de Imagem, no 5º Período do curso
- Host: GitHub
- URL: https://github.com/megave/image-processing-tasks
- Owner: megaVE
- Created: 2023-08-15T00:03:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-19T22:49:52.000Z (over 2 years ago)
- Last Synced: 2025-01-18T12:34:44.803Z (over 1 year ago)
- Topics: ascii-art, decoder, pgm-image
- Language: C
- Homepage:
- Size: 7.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image Processing Tasks (Trabalhos de Processamento de Imagem)
EN: My solution for the proposed tasks from the Image Processing discipline, during the 5th period of the course.
PT: Resoluções minhas dos trabalhos propostos durante a disciplina de Processamento de Imagens, no 5º Período do curso.
## 1 - ASCII Art (Arte ASCII)
Development of a function which receives as input a .pgm image and returns a version of it with ASCII characters.
(Desenvolvimento de uma função que recebe como entrada uma imagem .pgm e retorna uma versão sua com caracteres ASCII.)
## 2 - Steganography (Esteganografia)
Develpoment of a function which decodes a hidden file from a .ppm image.
(Desenvolvimento de uma função de decodificação de um arquivo oculto em uma imagem .ppm.)