egami/doc/mainpage.md

79 lines
2.0 KiB
Markdown
Raw Normal View History

2016-09-13 22:21:39 +02:00
EGAMI library {#mainpage}
=============
2016-07-13 22:27:54 +02:00
@tableofcontents
2016-09-13 22:21:39 +02:00
What is EGAMI: {#egami_mainpage_what}
==============
2016-07-13 22:27:54 +02:00
2016-09-13 22:21:39 +02:00
EGAMI, or IMAGE in the oposity way is a simple library that permit to read many format of image without knolege of the specific under library API.
2016-07-13 22:27:54 +02:00
2016-09-13 22:21:39 +02:00
What it does: {#egami_mainpage_what_it_does}
2016-07-13 22:27:54 +02:00
-------------
2016-09-13 22:21:39 +02:00
EGAMI Read some image format:
- bmp
- png
- svg
2016-07-13 22:27:54 +02:00
2016-09-13 22:21:39 +02:00
Egami stor file format:
- bmp
2016-07-13 22:27:54 +02:00
2016-09-13 22:21:39 +02:00
EGAMI is dependent of the STL (compatible with MacOs stl (CXX))
2016-07-13 22:27:54 +02:00
2016-09-13 22:21:39 +02:00
What is the TODO list: {#egami_mainpage_todo}
----------------------
2016-07-13 22:27:54 +02:00
2016-09-13 22:21:39 +02:00
Must integrate read of:
- jpeg
- webp
- gif
- tga
- yuv
2016-07-13 22:27:54 +02:00
2016-09-13 22:21:39 +02:00
Must integrate store of:
- png
- webp
2016-07-13 22:27:54 +02:00
2016-09-13 22:21:39 +02:00
must port to use Open-cv core backend to store image (in optionnal mode)
2016-07-13 22:27:54 +02:00
2016-09-13 22:21:39 +02:00
What languages are supported? {#egami_mainpage_language}
2016-07-13 22:27:54 +02:00
=============================
2016-09-13 22:21:39 +02:00
EGAMI is written in C++.
2016-07-13 22:27:54 +02:00
2016-09-13 22:21:39 +02:00
Are there any licensing restrictions? {#egami_mainpage_license_restriction}
2016-07-13 22:27:54 +02:00
=====================================
2016-09-13 22:21:39 +02:00
EGAMI is **FREE software** and _all sub-library are FREE and staticly linkable !!!_
2016-07-13 22:27:54 +02:00
License (MPL v2.0) {#egami_mainpage_license}
==================
2016-07-13 22:27:54 +02:00
2016-09-13 22:21:39 +02:00
Copyright EGAMI Edouard DUPIN
2016-07-13 22:27:54 +02:00
Licensed under the Mozilla Public License, Version 2.0 (the "License");
2016-07-13 22:27:54 +02:00
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
<https://www.mozilla.org/MPL/2.0>
2016-07-13 22:27:54 +02:00
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
2016-09-13 22:21:39 +02:00
Other pages {#egami_mainpage_sub_page}
2016-07-13 22:27:54 +02:00
===========
2016-09-13 22:21:39 +02:00
- @ref egami_build
- @ref egami_tutorial_read
- @ref egami_tutorial_write
2016-07-13 22:27:54 +02:00
- [**ewol coding style**](http://atria-soft.github.io/ewol/ewol_coding_style.html)