Popular x64 Tags
- forum software x64 download
- forum software download x64 download
- free forum software download x64 download
- xe4 x64 download
- player x64 download
- free vlc x64 download
- skype x64 download
- office x64 download
- outlook express x64 download
- nero x64 download
- windows 7 x64 download
- turbo c x64 download
- sockscap x64 download
- daemon tools x64 download
- hide my ip address x64 download
- gom player x64 download
- nero express 9 x64 download
- filezilla x64 download
- vacation picture book x64 download
- vista home premium x64 download
- http tunnel x64 download
- filezilla ftp client x64 download
- msn x64 download
- free forum software x64 download
- my work x64 download
- quicktime x64 download
- design x64 download
- vista x64 download
- dvd decrypter x64 download
- adobe acrobat reader x64 download
Ximagic Quantizer for Windows (x64 bit) 3.8.0
Sponsored links:
license: Freeware
downloads: 441
size: 1.41 MB
updated: 2014-03-22
tags: Color Quantization x64, Color Reduction x64, Reduce Color x64, Reduction x64, x64 Quantization, Dither x64, Windows x64, x64bit
Add to Basket

Ximagic
Ximagic Quantizer is a Photoshop plugin for Windows x64 for image color quantization (color reduction) & dithering.
Provides:
* Predefined palette quantization
* Custom palette quantization
* 10 calculated quantization methods.
o Uniform
o Popularity
o Octree
o Median
o Xiaolin Wu v2
o Dennis lee v3
o Binary Split
o Lloyd (K-Means)
o NeuQuant
o SColorQ
* 2 error diffusion dither methods.
o 8 Array patterns (floyd-steinberg, ulichney, fan, jarvis, stucki, sierra).
o 1 Space filling curve (riemersma)
Support of 8/16 bits images.
Support of Photoshop actions/batch
Support use as Smart filter
Versions for 64 bit plugin hosts
Windows versions
Compatible with Paint Shop Pro, The Gimp, IrfanView, XnView, ...
Important: It reduces the number of colors in a image, but doesn'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.
Color quantization & dithering of images is an old field in image processing. There are a lot of algorithms and implementations, but there is not a method which is the best for everything.
Moreover, color reduction and dithering can be used for several purposes, not only to palletize an image and even to palletize an image the best method can be different for different images or palette size.
Ximagic Quantizer try to include the most known methods of Color quantization and Dithering, and allow the user to choose which one to use.
The available calculated color quantization methods are:
* Uniform
* Popularity (Tom Boyle and Andy Lippman- 1978)
* Median cut (Paul S. Heckbert - 1980)
The most used method, gives usually a good results and can be used sometimes without dithering.
* Octree (Gervautz and Purgathofer - 1988)
Octree algorithm is really a family of algorithms. The one included reduces the tree lowest-population first and can be used in one pass, building and pruning the tree at the same time, or in 2 passes first building the tree and then pruning it. The result of the two pass method is better.
* Xiaolin Wu v2 (Xiaolin Wu 1992)
Greedy orthogonal bipartition of RGB space for variance minimization aided by inclusion-exclusion tricks. (Author's description)
* Dennis Lee v3 ( (C) Dennis Lee 1997)
A 2-pass color Quantizer that uses an exhaustive search technique to minimize error introduced at each step during palData reduction. (Author's description)
* Binary Split (Orchard and Bouman 1991)
* Lloyd algorithm (K-Means) (S. Lloyd 1957)
* NeuQuant ( (C) Anthony Dekker 1994)
Method using Kohonen self organizing maps. Usually the best one according to RMSE.
* SColorQ (Spatial Color Quantization - Jan Puzicha et all 1998)
Method for simultaneous quantization and dithering. Very good for small palettes, 16 colors or less, when other methods even with dithering don't work well.
Note: All methods excluding SColorQ give the same result for the same image and parameters. SColorQ starts with a initial palette filled with random values, which change with time, and so it gives different results in each run.
The available error dithering methods are:
* Error Diffusion
o Floyd-Steinberg
o Ulichney
o Fan
o Jarvis
o Stucki
o Sierra3
o Sierra2
o Sierra24A
* Space filling curves
o Riemersma
The plugin could also calculate RMSE (Root Mean Squared Error). Although this value is not equivalent to visual quality, it is generally accepted as a good measure of the quality. To get the RMSE mark the "calculate RMSE" check.
RMSE measures of different methods applied to the standard Lena image could be found here
Provides:
* Predefined palette quantization
* Custom palette quantization
* 10 calculated quantization methods.
o Uniform
o Popularity
o Octree
o Median
o Xiaolin Wu v2
o Dennis lee v3
o Binary Split
o Lloyd (K-Means)
o NeuQuant
o SColorQ
* 2 error diffusion dither methods.
o 8 Array patterns (floyd-steinberg, ulichney, fan, jarvis, stucki, sierra).
o 1 Space filling curve (riemersma)
Support of 8/16 bits images.
Support of Photoshop actions/batch
Support use as Smart filter
Versions for 64 bit plugin hosts
Windows versions
Compatible with Paint Shop Pro, The Gimp, IrfanView, XnView, ...
Important: It reduces the number of colors in a image, but doesn'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.
Color quantization & dithering of images is an old field in image processing. There are a lot of algorithms and implementations, but there is not a method which is the best for everything.
Moreover, color reduction and dithering can be used for several purposes, not only to palletize an image and even to palletize an image the best method can be different for different images or palette size.
Ximagic Quantizer try to include the most known methods of Color quantization and Dithering, and allow the user to choose which one to use.
The available calculated color quantization methods are:
* Uniform
* Popularity (Tom Boyle and Andy Lippman- 1978)
* Median cut (Paul S. Heckbert - 1980)
The most used method, gives usually a good results and can be used sometimes without dithering.
* Octree (Gervautz and Purgathofer - 1988)
Octree algorithm is really a family of algorithms. The one included reduces the tree lowest-population first and can be used in one pass, building and pruning the tree at the same time, or in 2 passes first building the tree and then pruning it. The result of the two pass method is better.
* Xiaolin Wu v2 (Xiaolin Wu 1992)
Greedy orthogonal bipartition of RGB space for variance minimization aided by inclusion-exclusion tricks. (Author's description)
* Dennis Lee v3 ( (C) Dennis Lee 1997)
A 2-pass color Quantizer that uses an exhaustive search technique to minimize error introduced at each step during palData reduction. (Author's description)
* Binary Split (Orchard and Bouman 1991)
* Lloyd algorithm (K-Means) (S. Lloyd 1957)
* NeuQuant ( (C) Anthony Dekker 1994)
Method using Kohonen self organizing maps. Usually the best one according to RMSE.
* SColorQ (Spatial Color Quantization - Jan Puzicha et all 1998)
Method for simultaneous quantization and dithering. Very good for small palettes, 16 colors or less, when other methods even with dithering don't work well.
Note: All methods excluding SColorQ give the same result for the same image and parameters. SColorQ starts with a initial palette filled with random values, which change with time, and so it gives different results in each run.
The available error dithering methods are:
* Error Diffusion
o Floyd-Steinberg
o Ulichney
o Fan
o Jarvis
o Stucki
o Sierra3
o Sierra2
o Sierra24A
* Space filling curves
o Riemersma
The plugin could also calculate RMSE (Root Mean Squared Error). Although this value is not equivalent to visual quality, it is generally accepted as a good measure of the quality. To get the RMSE mark the "calculate RMSE" check.
RMSE measures of different methods applied to the standard Lena image could be found here
OS: Windows Vista x64, Windows 7 x64
Add Your Review or 64-bit Compatibility Report
Top Other 64-bit downloads
Nero CoverDesigner 2020 2019
Create custom disc labels, inlays, booklets for your CDs, DVDs and Blu-ray Discs
Freeware
Adobe LiveCycle Designer ES4
Create forms and documents with a comprehensive design tool
Trialware | $299.00
Neat Image plug-in for Photoshop x64 8.6.0
A must-have noise reduction tool that you can use to enhance your photos
Demo | $39.90
Just Color Picker 5.5
Free portable colour picker and editor for web-designers and digital artists.
Freeware
Members area
Top 64-bit Downloads
-
CorelDRAW X7 (x64 bit) 17.4.0.887
x64 trialware download -
ImageMagick for Windows
(x64 bit) 7.0.11-1
x64 freeware download -
AutoCAD Civil 3D 2021.0.2
x64 trialware download -
Neat Image plug-in for
Photoshop x64 8.6.0
x64 demo download -
Gimp for x64 Windows 2.10.22
x64 open source download -
Strata Design 3D CX 8.0
x64 trialware download -
VueScan x64 9.7.49
x64 demo download -
CINEMA 4D R23.008
x64 trialware download -
RIOT 1.0.1
x64 freeware download -
Blender - 64 bit 2.92.0
x64 open source download
Top Downloads
-
CorelDRAW X5 15.2.0.686
trialware download -
Lucid Electronics
Workbench 1.04.0002
trialware download -
TinyPDF 3.00
freeware download -
AutoCAD 2014
trialware download -
AutoCAD 2010
trialware download -
Autodesk 123D Catch 3.0.0.90
freeware download -
PSD Codec 1.5.1
trialware download -
Paint.NET 4.2.15
freeware download -
STP Viewer 2.3
freeware download -
nanoCAD 5.1.2524.2017
freeware download -
MarvinSketch 6.3.0
freeware download -
CorelDRAW X7 (x64 bit) 17.4.0.887
trialware download -
AutoCAD 2011
trialware download -
oCam 428.0
freeware download -
Nero CoverDesigner 2020 2019
freeware download