Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiritibambix authored Dec 31, 2024
1 parent 66c3c93 commit 09443f5
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,16 +113,22 @@ networks: {}
```
imaguick/
├── Dockerfile # Instructions to build the Docker image
├── requirements.txt # Python dependencies
├── app.py # The main Python application
├── templates/ # HTML templates for the web interface
│ ├── index.html # Homepage
│ ├── resize.html # Resize options for individual images
│ ├── resize_batch.html # Batch processing options
├── README.md # Documentation
├── LICENSE # License for ImageMagick
└── .gitignore # Excluded files for version control
├── .github
|     ├── workflows
|     |     ├── docker-build-test.yml
|     |     ├── docker-build.yml
├── .gitignore # Excluded files for version control
├── Dockerfile # Instructions to build the Docker image
├── LICENSE # License for ImaGUIck and ImageMagick
├── README.md # Documentation
├── TODO.md
├── app.py # The main Python application
├── requirements.txt # Python dependencies
├── templates # HTML templates for the web interface
|     ├── index.html # Homepage
|     ├── resize.html # Resize options for individual images
|     ├── resize_batch.html # Batch processing options

```

---
Expand Down

0 comments on commit 09443f5

Please sign in to comment.