[APP] DevTools::ImageConverter - Update 1.3

Developed or developing a new product in PureBasic? Tell the world about it.
neuronic
User
User
Posts: 98
Joined: Sat Apr 26, 2003 11:38 pm
Contact:

[APP] DevTools::ImageConverter - Update 1.3

Post 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
Last edited by neuronic on Fri Aug 05, 2022 11:31 am, edited 3 times in total.
User avatar
RSBasic
Moderator
Moderator
Posts: 1218
Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:

Re: [APP] DevTools::ImageConverter

Post by RSBasic »

Great
Will there be DevTools::VideoConverter soon? That would be useful.
Image
Image
Cyllceaux
Enthusiast
Enthusiast
Posts: 458
Joined: Mon Jun 23, 2014 1:18 pm
Contact:

Re: [APP] DevTools::ImageConverter

Post by Cyllceaux »

Cool :D


How about SVG? this would be needfull.
neuronic
User
User
Posts: 98
Joined: Sat Apr 26, 2003 11:38 pm
Contact:

Re: [APP] DevTools::ImageConverter

Post 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
User avatar
flaith
Enthusiast
Enthusiast
Posts: 704
Joined: Mon Apr 25, 2005 9:28 pm
Location: $300:20 58 FC 60 - Rennes
Contact:

Re: [APP] DevTools::ImageConverter

Post by flaith »

Interesting tool, planning to do a command line tool also ?
“Fear is a reaction. Courage is a decision.” - WC
neuronic
User
User
Posts: 98
Joined: Sat Apr 26, 2003 11:38 pm
Contact:

Re: [APP] DevTools::ImageConverter

Post by neuronic »

Hi flaith,

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

neuronic
neuronic
User
User
Posts: 98
Joined: Sat Apr 26, 2003 11:38 pm
Contact:

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

Post 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
neuronic
User
User
Posts: 98
Joined: Sat Apr 26, 2003 11:38 pm
Contact:

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

Post 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
Post Reply