Coder Social home page Coder Social logo

img_dsl's Introduction

Build and Run

go mod vendor
go build
./img.exe input.txt

Program Example

-- Declarations --
-- Image
img = open("capture.png");
-- Folder
folder[] = open("images"); 

-- Actions --
img.rotate(180);
folder.pixelate(10);

-- Exports --
img.save("new_image_1.png");
folder.save("export");

Actions available:

rotate(angle int)
flipX()
flipY()
crop(x0, y0, x1, y1 int)
resize(width, height int)
brightness(percentage int)
contrast(percentage int)
saturation(percentage int)
pixelate(size int)

Errors:

  1. Misspelled command (ex: opn, instead of open)
  2. Missing token
  3. Wrong file name
  4. Using a non delcared variable
  5. Invalid arguments in actions (ex: string instead of float or int)
  6. Invalid image type or non image type.

img_dsl's People

Watchers

James Cloos avatar Marius avatar

Forkers

anniegavr

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.