Coder Social home page Coder Social logo

miorsoft / site Goto Github PK

View Code? Open in Web Editor NEW
10.0 5.0 1.0 423.61 MB

MiorSoft web pages

Home Page: https://miorsoft.github.io/Site/index.html

HTML 99.26% JavaScript 0.01% CSS 0.51% Promela 0.23%
image-processing bilateral-filter blur histogram-equalization otsu-threshold customization photo-filter sobel tone-mapping image-filters

site's People

Contributors

miorsoft avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

knut0815

site's Issues

PhotoModularFX program icon hidden on black backgrounds

Hi reexre. Sorry if this is a bad place to write you about a small PhotoModularFX suggestion. I thought GitHub might be better than email, but if I'm wrong, I won't do this again!

I downloaded the latest PhotoModularFX today to check out all the neat features you've added, and I found that the PhotoModularFX taskbar icon is all black. When extracting it to the desktop (or looking at its icon in the taskbar), if the user has a dark or black wallpaper like I do, it looks like PhotoModularFX has no icon. It might be worthwhile to add a bright outline (or glow, maybe) to help the icon stand out against dark backgrounds, since dark Windows 10 themes are more common these days.

Another idea for the taskbar icon could be to reflect the currently loaded image, if any. (GIMP is a good example of this.)

Just an idea. Thanks for the great program.

Support alpha channels in 32-bit images

Would it be possible for PMFX to support alpha channels in 32-bit images?

Many modern images are 32-bit, and being able to manipulate the alpha channel alongside RGB would be helpful.

If this is too cumbersome, even the ability to pass an initial alpha channel, unchanged, from starting state to final state (and having it saved properly to e.g. PNG format) would be very helpful, instead of losing the alpha channel completely, as the current version does.

Alternatively, if you don't want to support alpha channels, maybe there could be an option upon importing a 32-bit image to composite it against a white background. (Or perhaps any color of the user's choosing?) At present, 32-bpp images are always composited against black which is not always desirable.

Faster Gaussian blur implementation for PhotoModularFX

I notice that PMFX's current Gaussian Blur filter slows down significantly as radius increases. Since (I think?) PhotoModularFX works on floating-point data, it is a good candidate for an IIR implementation of Gaussian Blur, similar to what GIMP uses.

A nice BSD-licensed reference implementation is available here:

http://www.getreuer.info/home/gaussianiir

The original 1994 paper that inspired the approach is available here (free download):

https://www.researchgate.net/publication/236268568_Signal_and_Image_Restoration_Using_Shock_Filters_and_Anisotropic_Diffusion

On a 10-megapixel image (3872x2592), PMFX takes about 135 seconds to process a 3-channel gaussian blur. In PhotoDemon, IIR code very similar to the above project does the same thing in about 6 seconds, and that's including the overhead of moving all data from 8-bit integer RGB to 32-bit floating-point RGB and back again, plus processing a fourth channel (alpha )- so PMFX could be even faster, I think.

Mousewheel support for "picker" control

I'm not sure what the name is for this widget (Apple calls it a "picker"):

image

...but it would be very helpful to add mousewheel support, so you can quickly scroll through available options without clicking. This is how closed dropdown boxes work on Windows 10 (you can mousewheel scroll the box without clicking it) and it makes exploring options much faster.

Thanks!

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.