- Updated Gem sources to Gem project. Compiled Gem and pix2jpg.

This commit is contained in:
Santi Noreña 2013-02-25 13:10:14 +01:00
parent 0ce5174bec
commit 5b47c73cce
31 changed files with 421 additions and 1153 deletions

View file

@ -1,9 +1,9 @@
/*-----------------------------------------------------------------
pix2jpg v0.01
pix2jpg v0.02
External for Gem and Pure Data to convert an image to jpg and send it
via Unix Domain Sockets
(c) 2012-2013 Santi Noreña. libremediaserver@gmail.com
(c) 2012-2013 Santi Noreña libremediaserver@gmail.com
GPL License.
-----------------------------------------------------------------*/
@ -22,7 +22,7 @@
#include <sys/un.h>
#include <unistd.h>
#include <string.h>
#include "m_pd.h"
#include <m_pd.h>
using namespace Magick;
/*-----------------------------------------------------------------
@ -30,7 +30,7 @@ using namespace Magick;
CLASS
pix2jpg
Convert a image to jpgw and outputs in a Unix Domain Socket
Convert a image to jpg and outputs in a Unix Domain Socket
KEYWORDS
pix
@ -93,9 +93,9 @@ class GEM_EXPORT pix2jpg : public GemPixObj
//////////
// static member functions
static void startMessCallback(void *data);
static void stopMessCallback(void *data);
static void bangMessCallback(void *data);
static void layerimageMessCallback(void *data, t_float f);
void layernameMessCallback(void *data, t_symbol *s,int argc, t_atom *argv);
static void stopMessCallback(void *data);
static void bangMessCallback(void *data);
static void layerimageMessCallback(void *data, t_float f);
};
#endif // for header file