0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-01 01:28:54 +02:00

modules/media: Move GIL headers; Update README.

This commit is contained in:
Jason Volk 2018-03-02 02:08:06 -08:00
parent 4c89d17e68
commit 8dee5dd81e
3 changed files with 10 additions and 7 deletions

View file

@ -17,7 +17,7 @@ real-time communication for free and open source software: a *federation of netw
**IRCd has been rewritten to implement the [Federation](https://matrix.org/docs/spec/)**.
This is the opportunity to take back control of your communication and relegate the
opaque cloud siloes to being just another provider to the federation.
opaque siloes to being just another provider to the federation.
Though not syntactically backwards-compatible with the legacy IRC protocol, it is easily
translated as a superset. Similar to the legacy IRC protocol's origins, it wisely leverages
technologies in vogue for its day to aid the virility of implementations. A vibrant and
@ -64,6 +64,9 @@ Content MIME type recognition.
##### Planned dependencies
- **Adobe GIL** (Optional)
Image resizing & manipulation for the media system.
- **libmozjs** (Optional JavaScript embedding):
The matrix room is directly represented as a javascript object. :art:

View file

@ -8,6 +8,12 @@
// copyright notice and this permission notice is present in all copies. The
// full license for this software is available in the LICENSE file.
#include <boost/gil/image.hpp>
#include <boost/gil/typedefs.hpp>
#include <boost/gil/extension/io/jpeg_io.hpp>
// #include <boost/gil/extension/numeric/sampler.hpp>
// #include <boost/gil/extension/numeric/resample.hpp>
using namespace ircd;
mapi::header

View file

@ -8,12 +8,6 @@
// copyright notice and this permission notice is present in all copies. The
// full license for this software is available in the LICENSE file.
#include <boost/gil/image.hpp>
#include <boost/gil/typedefs.hpp>
#include <boost/gil/extension/io/jpeg_io.hpp>
// #include <boost/gil/extension/numeric/sampler.hpp>
// #include <boost/gil/extension/numeric/resample.hpp>
using namespace ircd;
mapi::header