News archive

14/11/2022

JPEG Saver 5.22

There are some big changes in this version. Unfortunately they are the type of big changes that happen behind scaffolding and when it is taken away you wonder what has actually changed. But believe me, these are big changes.

Big changes

The way JPEG Saver chooses the next image has changed a lot in this version. Previously, each change mode had its own code that would choose the next image, either by picking one at random or one from a shuffled list of images, or just the next in sequence. The new way uses a database table that contains the list of images to be displayed. Each of the change modes fills in the table with files in the correct order, and then the next image to load is picked from there.

But why?

For a start, this is a lot simpler. Each change mode now just contains enough code to fill in the image list table, and maybe some extra code to deal with sequential and folder lock modes.

Read more . . .

26/09/2022

JPEG Saver 5.21.2

I enjoyed that last JPEG Saver .1 release so much, I decided to have a .2 to go with it.

Windows 7 is still a thing

I'm not using it myself, but Windows 7 is still at large and there is no good reason why JPEG Saver should not work on it.

Unfortunately there were a couple of bad reasons why the last version didn't work on Windows 7, mainly my use of some path manipulation functions that don't exist in older versions of Windows. This version replaces them with something more widely supported.

Read more . . .

16/09/2022

SVGGraph 3.17

Version 3.17 of SVGGraph is a small update with three new options and a couple of bugs fixed. Nothing Gantt-related this time.

Spread out

Here is an example multi-line graph to demonstrate the new options.

Tighter X-axis, aligned text

The first new option probably isn't obvious from the example, but its name is axis_tightness_x. There was already a axis_tightness_y for allowing more space between the data and the axis end, the X-axis version is for removing space between the values and the end of the axis. In the example above the final X-axis value is 41, but the last division is at 40 - without the axis_tightness_x option set to 0 this axis would end at 50 and leave a data-free gap at the end.

Read more . . .

30/08/2022

JPEG Saver 5.21.1

It's time for a .1 release, because there hasn't been one of those for a long time and I missed the excitement of it all. No, it's because I found a bug.

Where has my icon gone?

The main bug fixed in this version is in the desktop helper. It was quietly crashing when trying to update the database, an error caused by my adding in some code to load the file cache size option. The desktop helper doesn't even use the file cache, so I can't even claim it was crashing for a good reason.

This bug isn't all bad though, it prompted me to add compile-time validation for the option values so things like this should be a lot less likely in the future.

Read more . . .

25/08/2022

JPEG Saver 5.21

It's time for another new version of JPEG Saver, later than I had hoped and with less in it. There's a pretty important bug fixed though, so I didn't want to wait until I had got more done.

What bug?

I'll admit that I didn't notice it for quite a while, but the buttons that choose the image position and the radio buttons that set up the colour management options were not working - they were not loading or saving their settings properly. So that's the bug that I have fixed in this version.

Another thing that I would call a bug is that using a navigation function while an image was loading would wait for the image to load before doing anything. That meant that if an image was loading really slowly and you pressed the right arrow to load the next image, the first image would load to completion and then get thrown away while the next image loaded. So that's fixed too.

Read more . . .

« Previous old newsNext old news »

This site uses cookies - details here.