News archive
JPEG Saver 5.19
Just a small update to JPEG Saver this time - though it should be a useful one.
Items and styles
Until now there was a Styles tab and there was an Items tab, and they didn't interact much. You could choose one of the styles to use with text-based items, but it wasn't very user-friendly. This update aims to fix that.
The Styles tab hasn't really changed, and neither has the Style editor dialog. They do both use an updated style preview control though, which you can click on to refresh with a new random string (or maybe the same one - there are only 10 that JPEG Saver will pick from).
SVGGraph 3.12
The last couple of SVGGraph releases haven't been very interesting, but version 3.12 actually contains some new graph types. The first of these has been on my to-do list for a very long time, so here it is.
Shouldn't a 3D donut graph really be a torus?
I put 3D donut graphs on my list of things to add back in 2016, but nobody actually asked about them until now. It turned out to be a bit easier than I had expected, and now donut graphs are available in eight different flavours.
These donut graph types support all the relevant options from the 3D pie graphs
and exploded pie graphs, and you can still use the inner_text
options
to add text in the middle.
SVGGraph 3.11
I'm releasing version 3.11 of SVGGraph to get releases up to date with changes on GitHub. It mainly fixes things again, but there is a new graph type and a new option.
How does Bob Marley like his donuts?
Someone asked for an exploded donut graph, so I made one. It turned out
that it didn't quite produce the effect that the user wanted, so I ended up
adding a donut_slice_gap
option to get the similar but
different effect you see on the right in the example below.
What's the difference? A exploded graph shifts the slices away from the centre
point, but the donut_slice_gap
option reduces the size of each
slice slightly without moving it.
JPEG Saver 5.18
Here is JPEG Saver 5.18 with the next big change I had planned, which actually went quite smoothly. I wasn't expecting it to be difficult, but it is nice when things just work. This change is quite an obvious one so I've stuck in an image of what's new here:
![Main config tab](/images/js_main518.png)
Yes, the list of transitions is gone from the main tab - I needed to add in some more controls, and I couldn't cram them in any more. The “Transitions” button takes you to a new dialog where you can fiddle about with the transitions, and underneath the button is something new.
Transition presets
A lot of what I was working on for version 5.17 was code to support presets of different types, and as a result of that you can now save your transition settings and reload them again quickly from the main tab. I've included a list of default presets that might be handy, or you could just delete them all and make your own. To do that you will need to use the transitions dialog...
JPEG Saver 5.17
The first of the big changes I wanted to get done is included in version 5.17 of JPEG Saver. Unfortunately it is mostly internal, so I'll lead with something a bit more visible.
Folder sets
This has been on the to-do list for a very long time, and it is actually one of the first things I entered into my issue tracking system back in 2016. Now when you enter the folders tab on the config dialog you will see a new box marked “Folder set” along with a button next to it called “Set”
Together these work a lot like the presets in the filters dialog - you can save, load, delete and clear the sets, either replacing the main folders list or appending to it.