Tutorials

Multi User Systems

in nomacs 3.10.2 we have added a better multi user support because of your feedback.

Basically you can now create default settings that are applied to all user settings after the first start-up. Therefore, you have to export your desired defaults by “Edit > Settings > General > Export Settings” and name them “default.ini“. If you now replace the default.ini in the nomacs install directory, these settings will be applied if a new user starts nomacs for the first time.

– the nomacs team

HINT: the check for updates option is an issue for some large companies. Creating a default.ini with this content:

[SynchronizeSettings]
checkForUpdates=false
disableUpdateInteraction=true

will disable checking for updates. Additionally, users won’t be able to manually check for updates anymore.

 

Command Line Options

we have improved/added command line options for nomacs:

Usage: nomacs.exe [options] image

Options:

-?, -h, –help                                                               Displays this help.
-v, –version                                                               Displays version information.
-f, –fullscreen                                                           Start in fullscreen.
-p, –private                                                                Start in private mode.
-m, –mode <default | frameless | pseudocolor>        Set the viewing mode <mode>.
-d, –directory <directory>                               Load all files of a <directory>.
-t, –tab <images>                                                   Load <images> to tabs.
–batch <batch-settings-path>                       Batch processing of <batch-settings.pnm>.
–batch-log <log-path.txt>                                Saves batch log to <log-path.txt>.
–import-settings <settings-path.nfo>      Imports the settings from <settings-path.nfo> and saves them.

Arguments:
image                                                                               An input image.

 

 

Brand your nomacs

Since nomacs 3, you can change the background image which is displayed on start-up. You just need to place an image called ‘bg.png’ into a folder together with your nomacs.exe. Here is how this looks like:tu-branding

If you add a second file named ‘bgf.png’, the splash screen of the frameless mode will be overwritten.

Tiny Planet

nomacs can turn your photo spheres into Tiny Planets. Therefore, you first need to capture a photo sphere. Here is how you do this in your camera app on Android:

photo-sphereIn nomacs you can choose Edit > Tiny Planet to turn your favorite photo sphere into a tiny planet.

img-2015-12-17 16.50.43In the Tiny Planet dialog, you can adjust the planet’s size and orientation. And here is how the result looks:kalenberg-new-ps

Batch Processing

nomacs supports batch processing since version 2.4. You can open the bach processing from the Menu > Tools > Batch Processing. Currently there are four different processing modes (Copy/Rename | Image Format Conversion | Image Resize | Transforming).

First you can choose the directory and select the files you want to process. File selection is similar to the thumbnail preview (select multiple files using CTRL, hold SHIFT to select files consecutively or hit CTRL+A to select all files of a folder). You can additionally filter a subset using search terms or regular expressions (in the example below all files are chosen which start with a lower case character). After selecting the files to be processed you can click the Icon Add Files to the File List. If you open the File List Tab, you can also drop multiple folders to select their files for processing. Having selected the files to be processed, you can choose an output directory. The output panel allows you to choose the old filename or rename all processed files. The screenshot shows a file conversion where 87 files are converted to png.

Copy/Rename

The Output panel allows you to choose an output directory and rename/convert files. You can choose a custom filename. Do not forget to add a sequence number such that the filenames are still unique. The filename preview picks a selected image and shows the old and the new filename accordingly. If input and output directory are the same, images will be renamed in place. Otherwise the images are copied and renamed. This action will not change the image encoding.

the output panel
the output panel

Image Conversion

If you want to convert images to a specific output format (e.g. PNG) you can change the Keep Extension drop down to Convert To. Then select your preferred format. You can choose any format which is supported by nomacs.

batch convert images
batch convert images

Resize/Transform

Click the + next to Resize/Transform to apply an image transform. If you e.g. want to downsample all images of a folder, you can choose Long Side in the resize panel. Then enter the desired side length in pixel. This option will resize the image such that the width of panorama images or the height of portrait images will be set to the desired pixel length. If you check Shrink Only images which have a lower long side than the desired length will not be resized.

batch resize
batch resize

The Transform panel allows you to rotate or flip all images. The gray text next to the panel title indicates if a panel is active or not. The example below shows a configuration which resizes all images by 50% and then rotates them by 180°.

batch transform
batch transform

Processing

After you configured the batch processing according to your needs you can hit OK. A progress bar will appear which indicates the percentage of images already processed. If you notice a wrong configuration, you can cancel the processing. All images processed will stay the same then but the processing is stopped immediately.

processing images
processing images

All processing actions are logged. Choose Show Log to see the status of the processing. You can see the status of every batch module and check if it was processed successfully. Please check the batch configuration before Processing especially if you check Overwrite Existing files since these actions cannot be reverted.

log file
log file

Overview Panel (Zooming)

The Overview Panel (Menu > Panels > Overview) enhances zoom and pan. The blue rectangle shows the current viewing area. You can pan to a specific location by dragging this rectangle to the desired position. The scrollbar at the bottom allows you to zoom. If you want to zoom to a desired factor (e.g. 600 %) you can mark and replace the text accordingly.

Overview Panel
Overview Panel

But which image format should I take?

Since we see a lot of people choosing the wrong image formats on a daily basis, we have created a short cheat sheet for you. Though JPEG is probably the easiest way to archive your pictures, there are several incentives to choose another image format depending on the image content or purpose. (You can also download the cheat sheet)

Image formats for photos
Image formats for photos

Image formats for illustrations
Image formats for illustrations

– the nomacs team