[Feature Request] Shader Support

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
RyanBram
Posts: 30
Joined: 2013-03-25T22:55:10-07:00
Authentication code: 6789

[Feature Request] Shader Support

Post by RyanBram »

Previously, I suggested about PixelArt scaling algorithm and it seems the developer was agree to implement my requested feature. But currently I realized that porting every pixel algorithm are time consuming rather than creating an engine to interpret OpenGl's GLSL and using it with ImageMagick. By doing this, an user can have many filter to be implemented to his images.

The sample of this is http://themaister.net/glslview/

Thanks
OS: Windows 7 Ultimate, 32-Bit
CPU: Intel Core i3 2350M @ 2.30GHz
RAM: 2.00 GB Single-Channel DDR3 @ 665MHz
IM Version: 6.8.3-8 2013-03-04 Q16
Features: DPC OpenMP
Delegates: bzlib fontconfig freetype jng jp2 jpeg lcms lzma pango png ps tiff x xml zlib
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: [Feature Request] Shader Support

Post by fmw42 »

Only one method was implemented. See http://www.imagemagick.org/script/comma ... hp#magnify
Post Reply