LumaTone 1.1.1 (Create duotone, tritone, sepia like images)

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
Lunasole
Addict
Addict
Posts: 1091
Joined: Mon Oct 26, 2015 2:55 am
Location: UA
Contact:

Re: LumaTone 1.0.0 (Create duotone, tritone, sepia like ima

Post by Lunasole »

wilbert wrote:The whole idea of that relatively small preview was to have everything respond in real-time to any color change you make. Updating a full 12 or 20 megapixel image every time wouldn't be fast enough.
I prefer not to work with a list of images for the preview. What I maybe could do is make the preview tabbed to easily switch between a few preview images if one preview is not enough.
Well, I don't mean list of images -- a simple list of file names (like list control). Then you click item, its image is loaded & scaled down (surely once) and used as preview.
wilbert wrote:You can however drop an image file on the preview area (is also mentioned in the help).
Hm, I didn't seen that in help. Thanks, then it already does what I described
"W̷i̷s̷h̷i̷n̷g o̷n a s̷t̷a̷r"
wilbert
PureBasic Expert
PureBasic Expert
Posts: 3870
Joined: Sun Aug 08, 2004 5:21 am
Location: Netherlands

Re: LumaTone 1.0.5 (Create duotone, tritone, sepia like ima

Post by wilbert »

v1.0.5
I added a preview window that can be opened with [ctrl] + [P] .
When opened, you can drop an image there to get a preview at full size.
It's not a live preview but does give you the ability to check how things look without writing anything to disk.
Windows (x64)
Raspberry Pi OS (Arm64)
wilbert
PureBasic Expert
PureBasic Expert
Posts: 3870
Joined: Sun Aug 08, 2004 5:21 am
Location: Netherlands

Re: LumaTone 1.1.0 (Create duotone, tritone, sepia like ima

Post by wilbert »

v1.1.0

I added the ability to grab a color from the screen using [ctrl] + [G] or [shift] + [ctrl] + [G] .
You can see the help text for some more information.

I wasn't happy with the speed of the png encoder that PB offers.
For this release I created my own png encoder focusing more on speed and less on file size.
This means outputted png files are a bit bigger but are encoded much faster.
Windows (x64)
Raspberry Pi OS (Arm64)
wilbert
PureBasic Expert
PureBasic Expert
Posts: 3870
Joined: Sun Aug 08, 2004 5:21 am
Location: Netherlands

Re: LumaTone 1.1.1 (Create duotone, tritone, sepia like ima

Post by wilbert »

v1.1.1

I Added a slider to control the brightness of source images and added a click to refresh for the large preview window.
Windows (x64)
Raspberry Pi OS (Arm64)
User avatar
RSBasic
Moderator
Moderator
Posts: 1218
Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:

Re: LumaTone 1.1.1 (Create duotone, tritone, sepia like ima

Post by RSBasic »

Hello wilbert
Your links are wrong:
Image
Image
wilbert
PureBasic Expert
PureBasic Expert
Posts: 3870
Joined: Sun Aug 08, 2004 5:21 am
Location: Netherlands

Re: LumaTone 1.1.1 (Create duotone, tritone, sepia like ima

Post by wilbert »

RSBasic wrote:Hello wilbert
Your links are wrong:
Thank you very much for mentioning!
I corrected it :)
Last edited by wilbert on Wed May 31, 2017 3:01 pm, edited 1 time in total.
Windows (x64)
Raspberry Pi OS (Arm64)
Post Reply