SLK_img2pixel Changelog

What's new in SLK_img2pixel 1.4 RC 2

Oct 10, 2022
  • SLK_img2pixel: fix potential fall through for drag'n drop

New in SLK_img2pixel 1.2 (Aug 16, 2021)

  • Discord Server:
  • SLK_img2pixel now has a Discord Server! You can suggest new features, report problems or just talk about SLK_img2pixel there.
  • Outline/Inline:
  • You can now add outlines/inlines to the generated images using the new options in ‘Colors’ tab!
  • x/y sampling offset:
  • In the sampling tab you will now find two new sliders, ‘y off’ and ‘x off’. They can be used to slightly move the image before sampling. This is a solution to a problem you might encounter when trying to convert textures. Sometimes, after downscaling some lines get lost. By using these sliders you can mitigate this problem to some extent.
  • Cmd version:
  • I spent some time separating the gui from the actual functionality of SLK_img2pixel. This made it possible to create a version of SLK_img2pixel that can be used from the command line. The download now includes the cmd version as an additional executable titled ‘SLK_img2pixel_cmd’.
  • Hue adjustment:
  • A slider for adjusting the hue of the image has been added to the ‘Process’ tab. By changing the hue you can roughly adjust the colors of the input image to the palette.
  • Color quantization:
  • The v1.1 update introduced color quantization to SLK_img2pixel. This version replaces the algorithm used with one producing a much better selection of colors.
  • Dithering:
  • In this update dithering has been reworked, the following modes are now available:
  • no dithering
  • bayer 8x8
  • bayer 4x4
  • bayer 2x2
  • cluster 8x8
  • cluster 4x4
  • floyd-steinberg 1
  • floyd-steinberg 2

New in SLK_img2pixel 1.1 (Apr 25, 2021)

  • Full changelog:
  • Added support for changing default settings
  • Fixed kdialog support
  • Added support for exporting upscaled images
  • Added color count slider
  • Added basic color quantization

New in SLK_img2pixel 1.0 (Feb 19, 2021)

  • Full changelog:
  • improved all sampling modes
  • improved gaussian blur
  • improved image sharpening
  • added color distance calculation modes:
  • CIE76
  • CIE94
  • CIEDE2000
  • XYZ
  • YYC
  • YIQ
  • YUV