Page 1 of 1

[APP] DevTools::ImageConverter - Update 1.3

Posted: Sat Aug 11, 2018 3:27 pm
by neuronic
Hi everyone!

I have managed to update my old website and so I have uploaded two of my latest creations. (My old software are no longer available)

One of them is called DevTools::ImageConverter.
As the name suggests it is a simple to use image converter supporting the most important and well known image formats.
I created this tool a few years ago to fit my own needs when I noticed that when it comes to small image dimensions, like 64x64, or 128x128, PB's internal encoder can make a file that is smaller than the file created by many other image processing software. I use this tool to create the graphics for my games.

Some features of the software: small size, portability, multi-language support, drag & drop support

Input formats: bmp, png, tiff, targa, iff, Windows icon, jpeg, jpeg2000, pgm, ppm, gif, degas, pcx, dds
Output formats: bmp, png, jpeg, jpeg2000, pgm, ppm, PureBasic DataSection, Base64

The tool uses some image decoder sources that are available here on the forum. You can find the list of contributors in the help file that can be opened by pressing F1.

This tool is freeware and can be downloaded from my website.

http://www.cyberstorm.hu/_en/index.htm Just click on the Learn More box.
or you may go directly to its website: http://www.cyberstorm.hu/_en/core/softw ... erter.html

It is available as an installer and as a zip file. There are separate installers for x64 and x86 versions. The zip files contains the x64 as well as the x86 versions.

Here is a screenshot:

Image


DevTools::ImageConverter v1.2 - 20.10.2019
  • Save images as Base64 encoded files
  • Save images as PureBasic DataSections
  • The User Interface can now be resized
  • The version number is no longer saved into the preferences file.
  • HelpViewer has been updated to 0.7.0.2

DevTools::ImageConverter v1.3 - 21.07.2022
  • Load and save QOI (Quite OK Image Format) images.
  • Fixed some small problems with the GUI.
  • PCX files were not listed for Drag & Drop actions.
  • The location of the preferences file has been changed.
Hope you find it useful.

neuronic

Re: [APP] DevTools::ImageConverter

Posted: Wed Aug 15, 2018 9:57 am
by RSBasic
Great
Will there be DevTools::VideoConverter soon? That would be useful.

Re: [APP] DevTools::ImageConverter

Posted: Wed Aug 15, 2018 11:09 am
by Cyllceaux
Cool :D


How about SVG? this would be needfull.

Re: [APP] DevTools::ImageConverter

Posted: Sun Aug 19, 2018 10:19 am
by neuronic
Hi,

Thanks for trying my software. The next thing I am planning to do is to build the Linux version. Soon, I hope.

neuronic

Re: [APP] DevTools::ImageConverter

Posted: Sun Sep 02, 2018 8:27 pm
by flaith
Interesting tool, planning to do a command line tool also ?

Re: [APP] DevTools::ImageConverter

Posted: Wed Sep 05, 2018 1:49 pm
by neuronic
Hi flaith,

Interesting idea. I will add it to my todo list.

neuronic

Re: [APP] DevTools::ImageConverter - Update 1.2

Posted: Sun Oct 20, 2019 11:30 am
by neuronic
Hi Everyone,

I have uploaded a new version of my ImageConverter. See the first post for the new features.

Originally I wanted to work on the Linux version, but I keep running into errors, so the Linux version will come later.
I also have problems with PB 5.71 on Windows. The 64 bit version compiles, runs and works fine. But the 32 bit version won't run. I cannot file a bug report yet, as I need to find the source of the bug first.


neuronic

Re: [APP] DevTools::ImageConverter - Update 1.3

Posted: Fri Aug 05, 2022 11:31 am
by neuronic
Hi!

I have uploaded a new version with some small changes.

DevTools::ImageConverter v1.3 - 21.07.2022
  • Load and save QOI (Quite OK Image Format) images.
  • Fixed some small problems with the GUI.
  • PCX files were not listed for Drag & Drop actions.
  • The location of the preferences file has been changed.
neuronic