- <-- Moderator's note: This topic has been split off from the thread “Scolorq dithering?”. -->
http://www.ximagic.com
Moderators: helmut, XnTriq, xnview
¡Muchas gracias, brodriguez!brodriguez wrote:You can find a free photoshop plugin which includes scolorq and is compatible with XNView in
http://www.ximagic.com
Besides its practical use, this plug-in is also a great learning tool.Blas Rodriguez Somoza ([url=http://www.ximagic.com/index.html]Ximagic Quantizer[/url]) wrote:Ximage Quantizer is a photoshop plugin for image color quantization (color reduction) & dithering.
- Provides 10 color quantization methods.
- Provides 11 dithering methods.
- Calculates RMSE of the transformation.
- Allow choice of colorspace RGB or YCbCr
- Can be also used in other compatible plugin hosts (The Gimp, Irfanview, Xnview, Photo paint ....)
- Allow you to apply the algorithm to the selected portion of the image and not only to the full image.
- Important: It reduces the number of colors in a image, but don't change a RGB image to indexed color. If you want to use it to change an image from RGB to index color, you should use your image tool to change the image mode, after running XImagic quantizer.
Thanks for your explanations. Playing with Ximagic Quantizer has already taught me a thing or twobrodriguez wrote:This plugin tries to be a learning as well as working tool and this is the reason it includes not only the best methods, but all those that could be of interest.
Let me try to help with the two questions I found
XnTriq - About getting the same results from two runs.
SColorQ uses random numbers to fill the initial palette, which is very important for the result. As a consecuence the results are diferent in each run. The random seed used is a second clock which means the results are similar when you make two runs very near in time.
In quantization methods, there is very common to start with an initial random palette. Older methods such as Octree, medians and olders ones don't need this approach.
Moonflare (Spatial Color Quantization » [url=http://www.moonflare.com/code/scolorq/index.php#usingunderwindows]Using under Windows with Photoshop[/url]) wrote:Update: As of February 2009, scolorq has been incorporated by Blas Rodriguez Somoza into a Photoshop plug-in called Ximagic Quantizer, which I recommend using with Photoshop or the GIMP on Windows.