Giter Site home page Giter Site logo

icemint0828 / imgedit-wasm Goto Github PK

View Code? Open in Web Editor NEW
5.0 5.0 1.0 8.38 MB

Image edit tools created from imgedit package with wasm. It performs image processing such as resizing and trimming.

Makefile 3.55% Go 96.45%
go golang gui image-processing wasm

imgedit-wasm's People

Contributors

icemint0828 avatar shinaco1992 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

shinaco1992

imgedit-wasm's Issues

Make the design of the site more stylish

This is an issue for someone I ask.

The design of the site is a bit tacky and we would like to make it more stylish.
You can only change files in docs directory.

Add tile feature

Imgedit got tile feature in v1.3.0.
Additional support can be added to this project as well.

  • add tile function to main.go
  • add feature as GUI to docs/index.html

Add file conversion features

Imgedit got file conversion features in v1.2.0.
Additional support can be added to this project as well.

  • add functions(png, jpeg, gif) to main.go
  • add feature as GUI to docs/index.html

This issue is stoped until to resolve #1.

Image drop process dose not work

The image drop process in the upload area is not working.
This is caused by specifying z-index for the entire upload area.
Need to fix it so that z-index is specified for the buttons in the upload area.

Set appropriate max value from go side

Currently we have two places for values to validate, the go side and the browser side.

We should create a function on the go side that sets the appropriate max value on the browser side, and call it from the browser side at the appropriate timing.
Since the go side knows the appropriate max value, it can be validated at runtime.

Multilingualization support

My native language is Japanese.
If it can be made multilingual, I would like to have some kind of toggle to switch between English and Japanese.

This issue is stoped until to resolve #1.

Add filter feature

Imgedit got filter feature in v1.3.0.
Additional support can be added to this project as well.

This feature is an implementation that includes the existing grayscale.
And, grayscale is now deprecated.

  • add filter function to main.go
  • add feature as GUI to docs/index.html

Add addString feature

Imgedit got addString feature in v1.3.0.
Additional support can be added to this project as well.

  • add addString function to main.go
  • add feature as GUI to docs/index.html

Note that this function may require many arguments.
My recommendation is to implement only the following arguments

  • text
  • size
  • left
  • top
  • color(Black, White, Red, Green, Blue)

Support progressive web apps (PWA)

I don't know if it can be done, but wasm and pwa should work well together.
I want to create a separate page from the one that is currently running.

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.