cPicture (image file manager)

Submit portable freeware that you find here. It helps if you include information like description, extraction instruction, Unicode support, whether it writes to the registry, and so on.
Message
Author
User avatar
Midas
Posts: 6727
Joined: Mon Dec 07, 2009 7:09 am
Location: Sol3

Re: cPicture (image file manager)

#16 Post by Midas »

FileHandler wrote: Also, changing the font size does not stick, it remains tiny which renders the app unusable for my eyes.
Behavior confirmed when trying to enlarge the "Segoe UI" system font to 10 points; OTOH, Tahoma seemed to work (mostly) fine...

Moreover, on right-clicking the ribbon, a German context menu is shown -- selecting "Multifunktionleiste minimieren" kept the ribbon shrunk when not in use.

Also, by clicking the first drop-down menu -- which has no label and only shows two options, "Info" and "Exit" -- you can then select "Info | Command Line" and read this at the end:
-x configuration file | sets the configuration file (default is '%APPDATA%\cPicture\cPicture.config').
After moving settings and starting cPicture with this option, previous configuration was retained, although it still created an empty folder in '%APPDATA%\cPicture\' and a registry key at 'HKCU\SOFTWARE\TheCloud\' making it not really portable (but an easy one for yaP, I guess).

User avatar
Andrew Lee
Posts: 3063
Joined: Sat Feb 04, 2006 9:19 am
Contact:

Re: cPicture (image file manager)

#17 Post by Andrew Lee »

On my system (Windows 10), I was able to make it portable by simply creating an empty file called cpicture.config before running the EXE.

All settings were written to this file, including the font. It looks something like:

Code: Select all

<?xml version="1.0" encoding="utf-8" ?>
<Configuration>
 <Author>cPicture</Author>
 <Version>3.8.8</Version>
 <Settings>
  ...
  <Setting Name="SysFont" Type="bin">f2ffffff0000000000000000000000005e01000000000001030201224e00690072006d0061006c0061002000550049002000530065006d0069006c006900670068007400000000000000000000000000000000000000000000000000</Setting>
 </Settings>
</Configuration>
I tried a few fonts like "Arial", "Nirmala UI", "Open Sans" at various point sizes 12 - 16, and they all worked without issues.

Also, the AppData\Roaming\cPicture folder was not created.

User avatar
Midas
Posts: 6727
Joined: Mon Dec 07, 2009 7:09 am
Location: Sol3

Re: cPicture (image file manager)

#18 Post by Midas »

Great. Did you check for any registry traces?

Forgot to say that I tested on Windows 10, too. (v10.0.19041.388 by ver CLI command)

User avatar
Andrew Lee
Posts: 3063
Joined: Sat Feb 04, 2006 9:19 am
Contact:

Re: cPicture (image file manager)

#19 Post by Andrew Lee »

As far as I can tell, no registry traces,

User avatar
Midas
Posts: 6727
Joined: Mon Dec 07, 2009 7:09 am
Location: Sol3

Re: cPicture (image file manager)

#20 Post by Midas »

:thumbsup:

Post Reply