Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JahidHasanCO committed May 11, 2023
2 parents b02db6e + d4d656a commit d44c64d
Showing 1 changed file with 42 additions and 1 deletion.
43 changes: 42 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,42 @@
# ImageCoordinateFinder

**GlutImageCoordinator** is a simple image viewer that allows users to open images, view the coordinates and RGB color codes of specific positions by moving the cursor over the image, and copy the glut vertex and color code by clicking on a point. Additionally, users can easily copy the code by pressing CTRL + X.

This project is useful for those who work with images and want a quick way to determine the coordinates and color codes of specific points in an image. The program is built using the OpenGL Utility Toolkit (GLUT) library and supports various image formats such as PNG, JPG, and BMP.

### Features:
- Open and view images in various formats
- Display coordinates and RGB color codes of specific positions by moving the cursor over the image
- Copy glut vertex and color code by clicking on a point
- Copy code easily by pressing CTRL + X

### Screenshots
![Main Window](https://github.com/JahidHasanCO/GlutImageCoordinator/blob/main/ART/main.png)
![enter image description here](https://github.com/JahidHasanCO/GlutImageCoordinator/blob/main/ART/copy.png)

### License
```
MIT License
Copyright (c) 2023 Md. Zahidul Islam
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```
### Contributing 💡

If you want to contribute to this project and make it better with new ideas, your pull request is very welcomed. If you find any issue just put it in the repository issue section, thank you.

0 comments on commit d44c64d

Please sign in to comment.