Coder Social home page Coder Social logo

mrharmonies / lua_module-gmic Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 177 KB

Lua module written in C for interfacing with libgmic, an open-source framework for image processing

Home Page: https://mrharmonies.github.io/lua_module-gmic/

License: MIT License

C 39.43% Lua 60.57%
lua c-api gmic image-processing module

lua_module-gmic's Introduction

lua_module-gmic

Lua module written in C for interfacing with libgmic from G'MIC. G'MIC (GREYC's Magic for Image Computing) is a free and open-source framework for image processing. This Lua module provide one function called gmic([gmic command string]). The gmic command string is passed to gmic_call() declared in gmic_libc.h

usage example

Lua 5.3.5  Copyright (C) 1994-2018 Lua.org, PUC-Rio
> require("lua_gmic")
> gmic("lion.jpg -display") -- displays lion.jpg image file
> gmic("lion.jpg -rotate 45 -display") -- rotate lion.jpg 40 degree clockwise and display the result
> gmic("400,400 rorschach 3% -display") -- render rorschach-like inkblots and display it

screenshot

Test image can be viewed with gmic("testimage2d 500 -display")

Cartoon effect gmic("solat.jpg +cartoon 3,80,15 -display")

Fire edges effect. gmic("lion.jpg +fire_edges , -display")

download

Binary releases can be download here

compilation

You must first have libgmic ready. Download them from their website, extract and copy all file to compilation folder and compile the main source file lua_gmic.c with your favorite C compiler, e.g gcc -L. -shared -fPIC -o lua_gmic.dll lua_gmic.c -llua -lcgmicstatic.

license

MIT License

Copyright (c) 2019 Mohd Kholid Yaacob

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.

lua_module-gmic's People

Contributors

mrharmonies avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.