Skip to content

Migrate contents from the old website #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions content/blog/2-0-2-supports-vec-file/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
+++
title = "2.0.2 supports .vec file"
date = 2014-07-31T15:10:05+02:00
updated = 2014-07-31T15:10:05+02:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Stefan Fiel"]
+++

In 2.0.2 (we just noticed that we are now the half of not found :)
a new feature was introduced which is very useful for us
and we think it may be useful for those of you who also work in the computer vision field.
We are now able to load the .vec file of the OpenCV Cascade Classifier.
So you can easily control if the patches you trained,
or the patches [OpenCV](https://opencv.org/) created automatically are correct.
Of course we have not added the .vec extension to the default settings of nomacs, because there exists a lot of other vec files.
Thus, you have to add the extension to nomacs manually.
You can do this by opening the “File” -> “Add Image Format”  dialog.
Then you can drag&drop your file into the dialog or use the browse to the file.

![add-formats](add-formats.png)

After clicking add you have to name the new file format.
After that you can open your .vec files with nomacs.

<img alt="img-2014-07-31 09.22.22" src="img-2014-07-31-09.22.22.png" width="100%">

Due to some limitations of the fileformat nomacs assumes that the patches are square
and thus if you open a file containing non-square nomacs is unable to load it.
If you want to use non-square patches you have to specify the size in the file name.
You can do this by adding “-w\[width\]-h\[height\]”.
So for example you have to name your file “samples-w35-h25.vec”.
Have fun with this feature and may it simplify your training step
— the nomacs team
32 changes: 32 additions & 0 deletions content/blog/2-0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
+++
title = "2.0"
date = 2014-07-22T13:52:16+02:00
updated = 2014-07-22T13:52:16+02:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

although nomacs is not updated as frequently as chrome/firefox,
we have managed to release our second version which ships with 5 handy plugins

new features include:

- nomacs now supports [plugins](https://web.archive.org/web/20210924235146/https://www.nomacs.org/plugins/)
(windows only for now)
- Recent Files/Folders on start-up
- Threaded file loading/saving
- UPnP support that allows for detecting nomacs in WLAN networks
- Remote control via WLAN/LAN
- Fading for fullscreen/slideshow
- Option for syncing all actions
- Auto file updating (without locks)
- Full exif support on linux (fixes issue #192)
- White list to automatically connect with your computers
- Gamma correction on down sampling (fixes #322)
- New (improved) cacher
- Improvements in the Thumbnail Preview

— the nomacs team
7 changes: 7 additions & 0 deletions content/blog/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
+++
title = "Blog"
description = "Blog"
sort_by = "date"
paginate_by = 10
template = "blog/section.html"
+++
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions content/blog/adding-new-file-formats/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
+++
title = "Adding new file formats"
date = 2014-10-01T09:15:02+02:00
updated = 2014-10-01T09:15:02+02:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Stefan Fiel"]
+++

Since the last release we are getting more and more requests if we can support different file formats.
Apparently it turned out, that we already support most of them but we have not added the file extension to our file filter.
This is especially true for RAW formats of image files,
we just simple don’t know all extensions of all manufacturers and we don’t have sample images from all of them for testing.

But there is a simple solution: you can easily try to add new files formats to nomacs.
You just have to use File -> Add Image Format
– this opens a dialog where you can drop (or load) your images and nomacs will tell you if the file extension is supported.
If it is supported it will display the image.
After adding the file format you can use our File Filter settings in the preferences dialog
to set nomacs as default viewer for these images.
If you have successfully added a new file format,
please drop us a note in our bug tracker and we will add the extension to nomacs.
If nomacs is unable to load you file format, please add a new feature request.
If possible attach also the image to the request so we can test it easily.

Open the “Add Image Format” Dialog

<img alt="Open the “Add Image Format” Dialog" src="add-file-format.png" width="100%"/>

and drop or load your image

<img alt="and drop or load your image" src="add-file-format2.png" width="100%"/>

— the nomacs team
Binary file added content/blog/ask-toolbar/ask.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions content/blog/ask-toolbar/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
+++
title = "Ask Toolbar"
date = 2013-07-11T13:58:00+02:00
updated = 2013-07-11T13:58:00+02:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

![ask](ask.jpg)

Shall we add Ask Toolbar to nomacs installer?

- Yes, please.
- No thanks, I have Java installed
Binary file added content/blog/batch-processing/batch-convert.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/blog/batch-processing/batch-rename.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
92 changes: 92 additions & 0 deletions content/blog/batch-processing/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
+++
title = "Batch Processing"
date = 2015-03-21T13:06:41+01:00
updated = 2015-03-21T13:06:41+01:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

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.
<img src="batch-processing-005-annotated1.png" alt="batch-processing-005-annotated1" width="100%"/>

## 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.

<figure>
<img alt="the output panel" src="batch-rename.png" width="100%"/>
<figcaption><em>the output panel</em></figcaption>
</figure>

## 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.
<figure>
<img alt="batch convert images" src="batch-convert.png" width="100%"/>
<figcaption><em>batch convert images</em></figcaption>
</figure>

## 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.
<figure>
<img alt="batch resize" src="batch-processing-009.png" width="100%"/>
<figcaption><em>batch resize</em></figcaption>
</figure>

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°.
<figure>
<img alt="batch transform" src="batch-processing-012.png" width="100%"/>
<figcaption><em>batch transform</em></figcaption>
</figure>

## 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.
<figure>
<img alt="processing images" src="batch-processing-003.png" width="100%"/>
<figcaption><em>processing images</em></figcaption>
</figure>

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.
<figure>
<img alt="log file" src="batch-processing-014.png" width="100%"/>
<figcaption><em>log file</em></figcaption>
</figure>
12 changes: 12 additions & 0 deletions content/blog/blackout.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
+++
title = "blackout"
date = 2013-09-02T15:53:34+02:00
updated = 2013-09-02T15:53:34+02:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

nomacs was down for the last two days – sorry
18 changes: 18 additions & 0 deletions content/blog/brand-your-nomacs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
+++
title = "Brand your nomacs"
date = 2015-12-17T17:17:38+01:00
updated = 2015-12-17T17:17:38+01:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

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](tu-branding.png)

If you add a second file named ‘bgf.png’, the splash screen of the frameless mode will be overwritten.
Binary file added content/blog/brand-your-nomacs/tu-branding.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
27 changes: 27 additions & 0 deletions content/blog/but-which-image-format-should-i-take/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
+++
title = "But which image format should I take?"
date = 2015-02-20T18:59:20+01:00
updated = 2015-02-20T18:59:20+01:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

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](image-formats.pdf) the cheat sheet)

<figure>
<img alt="Image formats for photos" src="photograph.png" width="100%"/>
<figcaption><em>Image formats for photos</em></figcaption>
</figure>

<figure>
<img alt="Image formats for illustrations" src="illustration.png" width="100%"/>
<figcaption><em>Image formats for illustrations</em></figcaption>
</figure>

– the nomacs team
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions content/blog/command-line-options.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
+++
title = "Command Line Options"
date = 2015-12-17T17:56:06+01:00
updated = 2015-12-17T17:56:06+01:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++


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.
```
149 changes: 149 additions & 0 deletions content/blog/critical-bugfix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,149 @@
+++
title = "Critical Bugfix"
date = 2014-01-15T19:49:49+01:00
updated = 2014-01-15T19:49:49+01:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

we have found a critical bug which – in some cases – prevents nomacs from starting correctly.
If you experience this issue, we would recommend to update nomacs to version 1.6.3.
 The issue applies only to the Windows versions.
Users of other OS can safely enjoy version 1.6.2.
Sorry for any inconveniences caused.
For the Matlab users who do not enjoy the default image display behavior of Matlab:
this script allows you to directly display images in nomacs.

```matlab
function nomacs(img, varargin)
% nomacs(img, varargin)
%
% nomacs displays the image img in nomacs
%
% INPUT:
% img the image to display
%
% normalize displays the image in the range between [val1 val2]. If the
% parameter is set to [] the image is normalized between
% min(img(:)) and max(img(:)). Note: It is possible to pass
% the following parameter struct as a second parameter, if
% normalization should not be performed.
%
% tempFolder the folder where the image is saved temporary (it is
% deleted afterwards
%
% exePath specify the exePath if it is not in Program Files (x86)
if isempty(img)
return;
elseif size(img,4) > 4
warning('NOMACS:falseImg', ['The number of channels must not be '...
'greater than four.']);
return;
end
p = parse_inputs(varargin{:});
% check if nomacs is up & running
if ~exist(strrep(p.exePath, '"', ''), 'file')
display( p.exePath);
error('NOMACS:notFound', ['Sorry, I could not locate nomacs.exe \n'...
'Please specify the correct exePath.']);
end
if isfield(p, 'normalize')
if isempty(p.normalize)
img = im2double(img);
img = img-min(img(:));
img = img./max(img(:));
elseif length(p.normalize) == 2
n = p.normalize;
img = double(img);
img = img-n(1);
img = img./(n(2) - n(1));
end
end
imwrite(img, p.tempFolder);
if ~isunix
system([p.exePath ' ' p.tempFolder ' &']);
else
unix([p.exePath ' ' p.tempFolder ' &']);
end
delete(p.tempFolder);
%-------------------------------------------------------------------------
% Subfunction: Parse Inputs
%-------------------------------------------------------------------------
function params = parse_inputs(varargin)
% called with normaliztion only
if nargin == 1 && isfloat(varargin{1})
params.normalize = varargin{1};
% second param is the struct
elseif nargin == 1 && isstruct(varargin{1})
params = varargin{1};
% three parameters (img, [], p)
elseif nargin == 2 && isfloat(varargin{1}) && isstruct(varargin{2})
params = varargin{2};
params.normalize = varargin{1};
% no params
elseif nargin == 0
params = [];
else
warning('NOMACS:paramFalse', ['The input parameters do not'...
' conform to the required schema. Using default parameters'...
' instead.']);
end
if ~isunix
try
exename = winqueryreg('HKEY_LOCAL_MACHINE', 'SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\nomacs.exe');
catch
exename = fullfile('C:', 'Program Files (x86)','nomacs', 'nomacs.exe');
end
imgname = fullfile(tempdir, 'matlab-nomacs.tif');
else
exename = ''; % TODO
imgname = ''; % TODO
end
% define vars
default_params.exePath = ['"' exename '"'];
default_params.tempFolder = imgname;
params = merge_structs(params, default_params);
%-------------------------------------------------------------------------
% Subfunction: Merge Structs
%-------------------------------------------------------------------------
function struct2 = merge_structs(struct1, struct2)
% function new_struct = merge_structs(struct1, struct2)
%
% Merges both STRUCTs.
% All values where both structs have the same fieldnames are taken from
% STRUCT1. The NEW_STRUCT contains the fields of both STRUCTS.
if isempty(struct1)
return;
end
names = fieldnames(struct1);
for i = 1:length(names)
struct2.(names{i}) = struct1.(names{i});
end
```

— the nomacs team
14 changes: 14 additions & 0 deletions content/blog/demo-video.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
+++
title = "Demo Video"
date = 2012-09-30T14:14:34+02:00
updated = 2012-09-30T14:14:34+02:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

<iframe width="560" height="315" src="https://www.youtube.com/embed/pydMeEbnzA8?si=HimCu0Wo9tLv34lI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

for all who want to know what the sync is all about…
21 changes: 21 additions & 0 deletions content/blog/features-features-features.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
+++
title = "features, features, features"
date = 2013-07-11T16:07:13+02:00
updated = 2013-07-11T16:07:13+02:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

since there were ~~(hardly any)~~ no bugs in the last release we focused on new features and skipped again at least one bug fix release.
the highly praised features include:

- Multi Page TIFF support – with export & convert to multiple files option
- Explorer Panel – for navigation
- Crop Toolbar – additional options for cropping
- Sort Images – by date modified/created
- …and some small features requested by you

— the nomacs team
27 changes: 27 additions & 0 deletions content/blog/first-beta-version-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
+++
title = "first beta version released"
date = 2011-10-25T15:57:45+02:00
updated = 2011-10-25T15:57:45+02:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

nomacs 0.2.0 is out

new features include:

- start up time improved
- locate your geo referenced images on google maps
- change the image resolution/image size
- metadata: added path, file size, resolution
- you can add a temp path – all screenshots or pasted images are stored there
- sync: panning without position matching (for similar images having a different resolution)
- set maximal zoom level for the interpolation (you can even turn off interpolation)
- direct link to bug report/feature request added in the help menu

… and we fixed a lot of bugs

since the project is beta now, you can even recommend it to your grandma : )
23 changes: 23 additions & 0 deletions content/blog/fixes-for-2-0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
+++
title = "Fixes for 2.0"
date = 2014-07-30T18:45:45+02:00
updated = 2014-07-30T18:45:45+02:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

first of all we want to thank those users who provided feedback for the shiny new 2.0 version of nomacs.
at the same time, the feedback kept us busy with fixing known issues.
the 2.0.2 release fixes particularly these issues:

- portable version always keeps settings (settings are not written to the registry anymore)
- plugin download for nomacs portable
- AppData is not written to home directory (sorry for that, you can delete this folder without any side effects)
- layout fixes in recent folders/files
- translation updates fixed
- thumbnail saving fixed

– the nomacs team
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions content/blog/google-summer-of-code-2013/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
+++
title = "Google Summer of Code 2013"
date = 2013-03-15T14:50:46+01:00
updated = 2013-03-15T14:50:46+01:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

<img alt="gsoc13" src="gsoc13.jpg" width="100%">

we are again applying for Google Summer of Code together with the
[Computational Science and Engineering at Vienna UT](http://www.iue.tuwien.ac.at/cse/index.php/gsoc/2013.html).
If you are a student and want to earn money while supporting nomacs, you can check out our [Ideas Page](/blog/gsoc-2013).
— the nomacs team
20 changes: 20 additions & 0 deletions content/blog/gsoc-2013.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
+++
title = "GSoC 2013"
date = 2013-04-15T11:56:00+02:00
updated = 2013-04-15T11:56:00+02:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

the [Computational Science and Enigneering at Vienna UT](https://www.iue.tuwien.ac.at/cse/index.php/gsoc/2013.html)
(including nomacs) has been accepted for [Google Summer of Code 2013](https://www.google-melange.com/gsoc/homepage/google/gsoc2013).
So if you are interested in improving nomacs, this is the only chance to earn money at the same time.
If you want to apply for the nomacs project @ GSoC2013 you should subscribe to our mailing list (<soc2013@iue.tuwien.ac.at>).

Do you have any questions concerning the
[ideas](https://web.archive.org/web/20210617214230/http://nomacs.org/google-summer-of-code-2013/) or
the [puzzle](https://web.archive.org/web/20210617214230/http://nomacs.org/google-summer-of-code-2013/)?
Please do not hesitate to contact us via this mailing list (or IRC #TU\_CSE\_SoC @ irc.freenode.net).
15 changes: 15 additions & 0 deletions content/blog/gsoc-2015.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
+++
title = "GSoC 2015"
date = 2015-03-03T10:10:25+01:00
updated = 2015-03-03T10:10:25+01:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

nomacs was not accepted for GSoC 2015.
We would like to thank all students who were willing to contribute to nomacs.
But don’t forget, it’s open source – so you are always welcome to contribute : )
– the nomacs team
15 changes: 15 additions & 0 deletions content/blog/gsoc-naw.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
+++
title = "GSoC naw"
date = 2012-03-24T21:21:25+01:00
updated = 2012-03-24T21:21:25+01:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

we want to thank all the students that are interested in nomacs and currently applying for GSoC.
looking forward for the upcoming applications.
if in the near future response times are slightly increasing it has something to do with nomacs around the world.
— the nomacs team
15 changes: 15 additions & 0 deletions content/blog/gsoc-projects.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
+++
title = "GSoC Projects"
date = 2012-05-10T11:17:28+02:00
updated = 2012-05-10T11:17:28+02:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

nomacs has been granted two slots from GSoC.
Hence, two students will be working on HDR imaging and the RAW loader during the summer.
Take a look at the GSoC project [page](/blog/gsoc-2013) for further details
— the nomacs team
17 changes: 17 additions & 0 deletions content/blog/herbie-diagnostics/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
+++
title = "Herbie – Diagnostics"
date = 2012-10-05T19:02:09+02:00
updated = 2012-10-05T19:02:09+02:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

We recently updated Herbie – CPU Diagnostics,
which is a CPU monitoring widget that perfectly integrates with your desktop (even if you use multiple).
You can download the (Windows) [installer](https://github.com/diemmarkus/Herbie/releases/download/0.2/herbie-setup.exe)
from [github](https://github.com/diemmarkus/Herbie/releases/).

![screen-small](screen-small.png)
Binary file added content/blog/herbie-diagnostics/screen-small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions content/blog/how-to-create-a-mosaic-image/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
+++
title = "How to create a Mosaic Image"
date = 2014-11-17T16:42:49+01:00
updated = 2014-11-17T16:42:49+01:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Stefan Fiel"]
+++

With nomacs you can easily cerate a Mosaic image.
The tool (Tools > Mosaic Image) allows to create images that are composed of other images.
For detailed instruction, see the screenshots below

<img alt="mosaic" src="mosaic.png" width="100%"/>

<img alt="mosaic2" src="mosaic2.png" width="100%"/>

<figure>
<img alt="mosaic3" src="mosaic3.png" width="100%"/>
<figcaption><em>create a mosaic image</em></figcaption>
</figure>

<figure>
<img alt="mosaic4" src="mosaic4.png" width="100%"/>
<figcaption><em>mosaic image</em></figcaption>
</figure>

<img alt="nyc" src="nyc.jpg" width="100%"/>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/blog/how-to-create-a-mosaic-image/nyc.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions content/blog/image-notes/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
+++
title = "Image Notes"
date = 2014-11-13T21:16:56+01:00
updated = 2014-11-13T21:16:56+01:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

<figure>
<img alt="image notes" src="uluwatu-nomacs-note.png" width="80%"/>
<figcaption><em>image notes</em></figcaption>
</figure>

We have recently added a new feature called image notes.
A transparent widget appears in the bottom left corner if you click **Panels > Image Notes**
which displays text stored in the image metadata (Exif.Image.ImageDescription).
Thus, other software such as Photoshop can read these notes.
To add or edit notes, simply click into the widget and start typing.
Binary file added content/blog/image-notes/uluwatu-nomacs-note.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions content/blog/james-bomb/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
+++
title = "James Bomb"
date = 2015-12-03T09:43:30+01:00
updated = 2015-12-03T09:43:30+01:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

here is a small javascript game we coded years ago. enjoy : )
![james-bomb-screenshot](james-bomb-screenshot.png)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions content/blog/meta-data-support/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
+++
title = "Meta Data Support"
date = 2014-08-24T19:52:16+02:00
updated = 2014-08-24T19:52:16+02:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

<img alt="img-2014-08-24 19.37.49" src="img-2014-08-24-19.37.49.png" width="100%">

We have added a panel which allows you to view all meta data which is present in an image.
In addition to typical exif/XMP meta data, the file info like owner/group of an image and its thumbnail are displayed in this panel.

Tim Jerman added a support for zip archives (besides some awesome plugins) within the
[Google Summer of Code 2014](https://www.google-melange.com/archive/gsoc/2014).
This feature will allow you to browse images in zip archives without extracting them first.
That’s nice so far… the really cool thing is that you can additionally browse through images in Microsoft Office Documents such as Word, PowerPoint.
— the nomacs team
29 changes: 29 additions & 0 deletions content/blog/metadata-hud/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
+++
title = "Metadata HUD"
date = 2015-04-15T13:19:51+02:00
updated = 2015-04-15T13:19:51+02:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

We have upgraded the Metadata HUD panel. At a first glance it looks pretty much as in previous versions.
<img alt="Metadata HUD" src="metadata-0000.png" width="100%"/>

If you right click the panel, there will be a few new options:
<img alt="Metadata Panel - Context Menu" src="metadata-0001.png" width="100%"/>

Similar to the Thumbnail preview, you can choose where to display the panel.
If the panel is in Horizontal Layout (Top or Bottom) you can choose the number of columns.
If the data does not fit to the current window size, a scroll bar will appear.

But the most important improvement is the key selection.
Up to now you were only able to select pre-defined exif keys.
Since exif values are pretty dynamic, you can now choose an image which has special entries.
If you click Change Entries, this dialog will appear:
<img alt="key selection" src="metadata-0002.png" width="100%"/>

The dialog lists all exif entries of the currently loaded image.
Checking an entry there will add the entry to the metadata HUD.
Binary file added content/blog/metadata-hud/metadata-0000.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/blog/metadata-hud/metadata-0001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/blog/metadata-hud/metadata-0002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions content/blog/msi-installer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
+++
title = "MSI Installer"
date = 2017-05-05T17:42:36+02:00
updated = 2017-05-05T17:42:36+02:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

Since a lot of you were asking for a blind installer and/or an msi installer.
We have now created an msi installer with nomacs 3.6 beta.
We would be happy if you could test this installer and leave feedback here,
so that switching to msi in the next version works smooth.
thanks,
— the nomacs team
29 changes: 29 additions & 0 deletions content/blog/multi-user-systems.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
+++
title = "Multi User Systems"
date = 2018-07-09T16:41:04+02:00
updated = 2018-07-09T16:41:04+02:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

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:

```ini
[SynchronizeSettings]
checkForUpdates=false
disableUpdateInteraction=true
```

will disable checking for updates. Additionally, users won’t be able to manually check for updates anymore.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions content/blog/new-cropping/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
+++
title = "New Cropping"
date = 2020-08-07T13:29:38+02:00
updated = 2020-08-07T13:29:38+02:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

we have recreated the crop tool since this is a central feature of nomacs.
You can test it in this beta release.
Please leave feedback here so we can improve it for the upcoming release.

<img alt="new-cropping" src="img-2020-08-07-13.31.33.png" width="100%">
Binary file added content/blog/new-release/bug-free.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions content/blog/new-release/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
+++
title = "new release"
date = 2013-06-12T18:24:08+02:00
updated = 2013-06-12T18:24:08+02:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

<img alt="bug-free" src="bug-free.jpg" width="100%">

we have improved and extended the pretty stable nomacs 1.0.2 version.
If we are not as bug free as we claim to be, please send us reports.
New features include:

- Customizable Shortcuts
- Folder Preview – Color Encoded Folder Scrollbar
- New Image Formats – WebP, PSD, TGA, (JPEG2000 not WinXP)
- Add New Image Formats
- Support Additional Mouse Keys
- Ignore Raw Images if JPG is Present
- New Translations – Italian, Slovene, Czech, Serbian, Portuguese (thanks to all translators)

and of course we fixed all bugs that we were able to and seemed to be important.

— the nomacs team
15 changes: 15 additions & 0 deletions content/blog/nomacs-0-1-1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
+++
title = "nomacs 0.1.1 released"
date = 2011-08-12T18:23:04+02:00
updated = 2011-08-12T18:23:04+02:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

the new release includes some bug fixes,
a little bit of gui cosmetics and some additional features (update reminder, PageUp, delete images).

and… the version includes now a build number
24 changes: 24 additions & 0 deletions content/blog/nomacs-0-1-2-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
+++
title = "nomacs 0.1.2 released"
date = 2011-08-31T18:02:01+02:00
updated = 2011-08-31T18:02:01+02:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

we again fixed some bugs (it should not crash anymore : )

loading images is faster and consumes less RAM

additional ubuntu packages are now provided

new features include:

- arrange synchronized viewers on screen
- fast thumbnail scrolling (with mouse wheel)
- shortcut for sync all added

have fun : )
14 changes: 14 additions & 0 deletions content/blog/nomacs-0-1-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
+++
title = "nomacs 0.1 released!"
date = 2011-08-10T14:13:09+02:00
updated = 2011-08-10T14:13:09+02:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Stefan Fiel"]
+++

nomacs 0.1 is out!

Synchronize your images, have fun and please give us feedback…
17 changes: 17 additions & 0 deletions content/blog/nomacs-0-2-3-packages.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
+++
title = "nomacs 0.2.3 packages"
date = 2011-12-18T15:06:28+01:00
updated = 2011-12-18T15:06:28+01:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

we have just added nomacs installer packages for macs and openSUSE.
The ubuntu and fedora packages will be published soon.
thanks again to petr vanek for providing these packages
…and we have started the nomacs around the world tour:

show nomacs on a large map
26 changes: 26 additions & 0 deletions content/blog/nomacs-0-2-3-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
+++
title = "nomacs 0.2.3 released"
date = 2011-12-16T17:54:24+01:00
updated = 2011-12-16T17:54:24+01:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

as small pre-christmas present we’ve just released a new version of nomacs.
we want to thank petr vanek for improving our project infrastructure and shipping nomacs to other operating systems
(be surprised : )

new features include:

- hide player and nasty labels (e.g. loading) on fullscreen (thanks to asen)
- display information for slideshows
- format metadata
- bugfix in network
- bugfix in save jpg dialog (now the compression rate can be modified again : )

a very merry christmas and a happy new year (as lennon sang)

— the nomacs team
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions content/blog/nomacs-0-2-4-test-version/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
+++
title = "nomacs 0.2.4 test version"
date = 2011-12-22T14:06:33+01:00
updated = 2011-12-22T14:06:33+01:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++


we have added an open with feature (#74) – currently it’s just implemented for windows.
we would appreciate,
if somebody could test weather the ‘Open With’ dialog automatically detects Photoshop CS4 or older versions,
Picasa2 and IrfanView < 4.3.

![3rd-party-software](img0049.png)

The dialog should look somehow like that screenshot if it works (and the software is installed on your system)

Here is the test version: windows installer or .zip package

thanks!
17 changes: 17 additions & 0 deletions content/blog/nomacs-0-3-0-and-the-operating-systems.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
+++
title = "nomacs 0.3.0 and the operating systems"
date = 2012-03-06T13:15:32+01:00
updated = 2012-03-06T13:15:32+01:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

thanks to petr and elbert we now support additional and ancient operating systems.
new in our list are Fedora 15 & 16 and believe it or not
[OS/2](https://sourceforge.net/projects/nomacs/files/nomacs-0.3.0/nomacs-0.3.0-os2.zip/download)
(so you can view images on ATMs now? : )

— the nomacs
35 changes: 35 additions & 0 deletions content/blog/nomacs-0-3-0-is-out.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
+++
title = "nomacs 0.3.0 is out"
date = 2012-03-02T17:58:31+01:00
updated = 2012-03-02T17:58:31+01:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

today the official 0.3.0 nomacs was released.
For now its just windows, ubuntu will be released tomorrow and all versions for other OS need a bit more time.

new features include:

- Open with dialog
- Image cropping
- Resize image
- Pseudo Color function
- Frameless windows
- Translations
- Basic support for stereo images (\*.mpo, \*.jps, \*.pns)
- …and we polished our GUI

In addition we did some under the hood improvements

- Full unicode support for filenames
- Start-up time improved
- Performance improvements for images loaded from network drives

so you see, we did a lot in the last two months : )
enjoy the new nomacs

– the nomacs team
15 changes: 15 additions & 0 deletions content/blog/nomacs-0-3-0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
+++
title = "nomacs 0.3.0"
date = 2012-03-04T12:32:46+01:00
updated = 2012-03-04T12:32:46+01:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

today we’ve released nomacs 0.3.0 for all supported operating systems (windows, ubuntu, openSUSE and mac OS).
take a look at the download page for more details…

— the nomacs team
19 changes: 19 additions & 0 deletions content/blog/nomacs-0-3-2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
+++
title = "nomacs 0.3.2"
date = 2012-05-15T16:05:33+02:00
updated = 2012-05-15T16:05:33+02:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

today we have released version 0.3.2 as you can see in the version number,
this is just a minor update which fixes some bugs.
additionally we were able to speed up the file indexing on windows
(folders with more than 30 000 files are now indexed in 200 ms compared to 2.5 sec).
two new features include a percent option in the resize dialog
(for those who are lazy in mental arithmetics) and a chinese translation.

— the nomacs team
31 changes: 31 additions & 0 deletions content/blog/nomacs-1-0-2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
+++
title = "nomacs 1.0.2"
date = 2013-04-05T11:30:54+02:00
updated = 2013-04-05T11:30:54+02:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

about 40 years <sub>and 2 days</sub> after Martin Cooper ([@MartyMobile](https://twitter.com/MartyMobile))
did the first mobile telephone call,
the first bugfix-only nomacs is released.
the bugfixes include:

- Support for DNG format
- Zoom/Pan is faster for Mac OS
- EXIF data can be read for UTF-8 files (Windows only)
- Open With starts custom executables again
- Drag&Drop works directly after installing (no administrator privilegs)
- dpi is now saved when changing it in the resize dialog
- resize dialog does not crash for 40k x 30k images
- translations updated & serbian translation added

## NOTE

for the automatic update routine will download the wrong version for Windows XP
(this is already fixed in the 1.0.2 version – so it is the last time you need to manually install nomacs : )

— the nomacs team
28 changes: 28 additions & 0 deletions content/blog/nomacs-1-6-0/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
+++
title = "nomacs 1.6.0"
date = 2013-10-15T15:51:47+02:00
updated = 2013-10-15T15:51:47+02:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

sunny day in Vienna…

This is perfectly not related to the the release of nomacs 1.6.

New features are:

- Grid View for Thumbnails
- Image Mosaicing Tool
- Gif Player (Pause Animated Images and View Frame by Frame)
- WebP on all platforms
- Customizable Mouse Wheel
- French Translation

… and we fixed all bugs reported (except for 5 bugs).

<img alt="thumb preview small" src="thumbs-small.png" width="100%">
<img alt="thumb preview large" src="thumbs-large.png" width="100%">
Binary file added content/blog/nomacs-1-6-0/thumbs-large.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/blog/nomacs-1-6-0/thumbs-small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions content/blog/nomacs-1-6-2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
+++
title = "nomacs 1.6.2"
date = 2013-12-20T16:10:53+01:00
updated = 2013-12-20T16:10:53+01:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

the new nomacs is like the man in that video.

this is probably one of the last nomacs for [Windows XP](https://support.microsoft.com/help/14223)

the new version fixes issues mostly concerning the new thumbnail bar but also adds a new open with behavior and a random sort order.

— the nomacs team
24 changes: 24 additions & 0 deletions content/blog/nomacs-1-6-4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
+++
title = "nomacs 1.6.4"
date = 2014-02-20T11:56:04+01:00
updated = 2014-02-20T11:56:04+01:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

so the news are always the same on this page – again we have updated nomacs.
this version contains a few new features:

- Auto Adjustment/Auto Normalization/Invert Image functions added
- Flip (Horizontally/Vertically) functions added
- Recursive Folder Scan
- Fast(er) RAW loading with embedded thumbnail extraction
- save for web dialog – that allows for easy resizing and saving
- the window position is remembered even if the window was snapped previously
- a Run button is added to the new Open With dialog – hence it is similar to the old one

we hope you enjoy this version — even more — than the old nomacs versions
— the nomacs team
31 changes: 31 additions & 0 deletions content/blog/nomacs-1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
+++
title = "nomacs 1"
date = 2013-02-21T15:42:13+01:00
updated = 2013-02-21T15:42:13+01:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

after one and a half year of development we now release the first (stable) nomacs 1.
as usual, the windows binaries are already released this time either 32-bit or 64-bit
(for those who view really huge images).
Linux, Mac and OS/2 will follow soon.

new features include:

- auto update
- image manipulation tools
- beautiful print preview
- find & filter files
- animated gifs (in the 21st century)
- customizable GUI (colorize icons etc.)
- advanced preferences dialog
- window transparency features (frameless & locking = watermark for screenvideos)
- set as wallpaper (windows)
- anti aliasing (smooth image rendering)
- improved de-mosaicing for RAW images
- batch compute thumbnails
- new translations: Spanish, Polish, Slovak and Azerbaijani (thanks to all translators)
29 changes: 29 additions & 0 deletions content/blog/nomacs-2-0-beta.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
+++
title = "nomacs 2.0 beta"
date = 2014-04-01T16:02:13+02:00
updated = 2014-04-01T16:02:13+02:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

since we have changed a lot of code in the loading and saving routines,
we decided to release a beta version prior to the first 2.0 release.
if you find any bugs, please let us know.
new features of this beta are:

- Threaded file loading/saving
- UPnP support that allows for detecting nomacs in WLAN networks
- Option for syncing all actions
- Auto file updating (without locks)
- Full exif support on linux (fixes issue #192)
- White list to automatically connect with your computers
- Gamma correction on down sampling (fixes #322)
- New (improved) cacher
- Improvements in the Thumbnail Preview

you can download and test the beta here.

— the nomacs team
31 changes: 31 additions & 0 deletions content/blog/nomacs-2-2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
+++
title = "nomacs 2.2"
date = 2014-11-11T14:12:07+01:00
updated = 2014-11-11T14:12:07+01:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

you know we like numbers… so we release nomacs 2.2 on 11.11.
This version fixes a few issues you reported and adds cool features such as reading images from zip
(docx, xlsx, pptx) archives, or a full metadata panel.
The full changelog is:

- Reading images from ZIP (+ Office Documents e.g. docx, xlsx, pptx)
- Metadata panel (displays all metadata of an image)
- Thumbnail panel layout (Vertical or Undock)
- Notes (you can now take and display notes which are written to the image metadata)
- Private mode which does not save any settings including recent files
- Option which disables check for updates
- Option which disables logging of recent files/folders
- Additional RAW files added (including Pentax \[PEF\], Samsung \[SRW\], Hasselblad \[3FR\] and Sigma \[X3F\])
- JPG2000 read/write fixed for large files (windows with setup only)
- Resize dialog fixes
- File order fixed for Linux/Unix
- Segfault fixed if ‘fast thumbnail preview’ is checked
- Saving images without extension (linux only) fixed

— the nomacs team
33 changes: 33 additions & 0 deletions content/blog/nomacs-2-4-0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
+++
title = "nomacs 2.4.0"
date = 2015-02-25T17:32:19+01:00
updated = 2015-02-25T17:32:19+01:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

the new 2.4.0 release is a milestone in our development.
First, it will be the last feature release which mainly supports Qt 4 (again the numbers align perfectly: 2.4).
Second, it is probably the hugest feature release ever.
The most important features include tabs, an all-in-wonder batch processing, and an improved thumbnail preview.
Good news for all Windows XP and Vista users (who should definitely update their system : ),
we compiled [nomacs](https://sourceforge.net/projects/nomacs/files/nomacs-2.4.0/nomacs-setup-2.4.0-WinXP-x86.exe/download)
a last time for these systems.
Here is the full changelog:

- Batch processing (you can try it by clicking Tools > Batch Processing)
- Image tabs (open multiple images within different tabs)
- Thumbnail preview improved (copy/paste delete/rename is now supported)
- Zoom panel improved (you can now chose a specific zoom level)
- Olympus RAW added
- Convert to grayscale added (thanks to [shreelock](https://github.com/shreelock))
- Faster directory loading (especially if you have many images in a folder)
- Gesture improvements
- Saving of images from archives (e.g. zip, docx) is now supported
- File sorting improved (Unix-based systems only)
- Stability improvements

– the nomacs team
21 changes: 21 additions & 0 deletions content/blog/nomacs-2-4-2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
+++
title = "nomacs 2.4.2"
date = 2015-03-02T14:53:38+01:00
updated = 2015-03-02T14:53:38+01:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

fixes some major bugs of the 2.4.0 release. These fixes include:

- Image Manipulations are fixed now (black images on e.g. gamma)
- Resize with gamma correction (black images if gamma was checked)
- Crash fixed (if reload occurred after an image resize)
- Batch Processing fixed
- GIF movie toolbar fixed (thanks to [alyosama](https://github.com/alyosama))
- Translations updated (thanks to all translators)

– the nomacs team
34 changes: 34 additions & 0 deletions content/blog/nomacs-2-4-4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
+++
title = "nomacs 2.4.4"
date = 2015-04-15T11:41:55+02:00
updated = 2015-04-15T11:41:55+02:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

this version is mainly a response to all your suggestions and bug reports – thank you for supporting us in increasing nomacs’ performance and usability.
New features include:

- Improved batch processing (you can now add images from multiple folders)
- New Metadata HUD panel (you can dynamically choose entries)
- nomacs respects your default proxy settings (e.g. when \[manually\] updating)
- The portable version ships with a qss file (so you can customize almost everything)

the most important fixes are:

- Default strings are now translated
- Linux file sorting is (hopefully) fixed by now
- Gamma correction for rescaling is now 16 bit (smooth gradients)
- Zoom to Fit added (replaces ‘Reset Zoom’)
- Saving of multiple tabs
- UTF-8 encoding for image notes
- General stability improvements

\[EDIT\] thanks to R3gi we have noticed that nomacs 2.4.4 has slow loading times on Windows 7.
That is why we updated only these versions to nomacs 2.4.5.
Sorry for any inconveniences caused!

— the nomacs team
19 changes: 19 additions & 0 deletions content/blog/nomacs-2-4-6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
+++
title = "nomacs 2.4.6"
date = 2015-08-18T13:53:10+02:00
updated = 2015-08-18T13:53:10+02:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

this version fixes known issues of 2.4.4

- Folder ScrollBar added again (and updated)
- Various crashes are fixed now (metadata saving/displaying)
- Sorting fixed
- And some minor bug fixes

— the nomacs team
14 changes: 14 additions & 0 deletions content/blog/nomacs-2-announcement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
+++
title = "nomacs 2 – announcement"
date = 2014-03-14T18:07:20+01:00
updated = 2014-03-14T18:07:20+01:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

we are currently working on nomacs 2.0.
please let us know if you are missing any important feature.
— the nomacs team
15 changes: 15 additions & 0 deletions content/blog/nomacs-3-0-beta.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
+++
title = "nomacs 3.0 Beta"
date = 2015-11-05T18:33:52+01:00
updated = 2015-11-05T18:33:52+01:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

nomacs 3.0 Beta is available here (Windows installer only).
We would love to get your feedback below or in our bug tracker.

NOTE: this is Beta, so we do not recommend using it in a productive system!
26 changes: 26 additions & 0 deletions content/blog/nomacs-3-10.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
+++
title = "nomacs 3.10"
date = 2018-07-02T16:12:37+02:00
updated = 2018-07-02T16:12:37+02:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

nomacs 3.10 is the first feature release since ages. here are some highlights:

- anti-aliasing improved
- printing improved
- print multiple pages from thumbnail preview
- animiated WebP support
- JPG compressed TIFFs supported
- batch cropping added
- PSD lib updated
- new translations: Bosnian, Croation, and Serbian
- Updates (Windows)
- Qt 5.9.3 -> 5.11.0
- OpenCV 3.3.1 -> 3.4.1

\[EDIT\] nomacs 3.10.2 fixes issues with e.g. mng animations and adds a better implementation for [multi-user systems](/blog/multi-user-systems).
29 changes: 29 additions & 0 deletions content/blog/nomacs-3-12.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
+++
title = "nomacs 3.12"
date = 2018-10-22T13:42:52+02:00
updated = 2018-10-22T13:42:52+02:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

nomacs 3.12 ships with a new icon theme, an improved dark theme, and speed-ups.
Here are some other things that changed:

- recent files panel renewed
- new icon theme
- improved drag&drop of thumbnail preview (copy/move/link)
- editable zoom levels
- fill transparent background with a color added
- LAN client removed
- batch: original filename is added to the metadata
- frameless: multi-screen setup improved
- SVG: resulting image size can be adjusted when converting
- RLE compressed TGA support
- bug fixes
- Updates
- quazip 0.7.6
- libraw 0.18
- exiv2 3.3.2
18 changes: 18 additions & 0 deletions content/blog/nomacs-3-14.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
+++
title = "nomacs 3.14 π"
date = 2020-03-13T15:10:38+01:00
updated = 2020-03-13T15:10:38+01:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

nomacs 3.14 is here.
In this release we mainly fixed bugs and added:

- HEIF/HEIC support
- Draw [lines](https://user-images.githubusercontent.com/32300858/73261901-fcb2c500-4207-11ea-8cd8-b1195daec4ba.gif),
arrows, and text to images (thx to [@sirius1242](https://github.com/sirius1242))
- start-up time reduced
21 changes: 21 additions & 0 deletions content/blog/nomacs-3-16.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
+++
title = "nomacs 3.16"
date = 2020-07-17T09:44:28+02:00
updated = 2020-07-17T09:44:28+02:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

nomacs 3.16 is mainly improved behind the scenes.
We added a few new features though:

- [AVIF](https://chromestatus.com/feature/4905307790639104) support
- CR3, PCX support
- image editing: blurring added
- plugins: adds composite plugin
- Windows: new [multi-user installer](https://github.com/nomacs/nomacs/releases/download/3.16.224/nomacs-setup-x64.exe)
- adds default system theme
- [flatpak](https://flathub.org/apps/details/org.nomacs.ImageLounge): adds plugins
26 changes: 26 additions & 0 deletions content/blog/nomacs-3-2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
+++
title = "nomacs 3.2"
date = 2016-04-28T16:26:41+02:00
updated = 2016-04-28T16:26:41+02:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

nomacs 3.2 is out.
We were working mainly on the plugin framework which is now integrated in the windows installer and fully supported on Linux.
In addition to this, the preferences are now integrated into nomacs. Here is an overview of the most important changes:

- Plugin framework redesigned
- New preferences
- Undo & History dock added
- Statusbar improved (e.g. zoom level)
- All Icons are SVG (UHD monitors)
- Compression added to Batch
- Image transitions extended (swipe)
- Logging added
- Recent files cleaned

— the nomacs team
27 changes: 27 additions & 0 deletions content/blog/nomacs-3-4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
+++
title = "nomacs 3.4"
date = 2016-07-22T13:58:07+02:00
updated = 2016-07-22T13:58:07+02:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

may we introduce nomacs 3.4 – It’s all fresh and organic.
This version introduces a new batch processing UI.
We have added profiles – so you can save common batch configurations (and run them from the command line).

Info for Windows users: we recommend to uninstall any prior version of nomacs and then install nomacs 3.4.

- Batch UI reworked
- Batch Profiles added
- Cropping to metadata
- RGB to Gray improved
- Crash on delete fixed
- Slow thumbnail rendering fixed
- Start-up time improved
- RAW/PSD orientation fixed

the nomacs team
30 changes: 30 additions & 0 deletions content/blog/nomacs-3-6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
+++
title = "nomacs 3.6"
date = 2017-03-23T17:23:34+01:00
updated = 2017-03-23T17:23:34+01:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

we had a lot of time for coding in winter – so here is a new nomacs with the beginning of spring.
We manly reworked the image adjustments and added a few such as exposure correction.
Here is the complete changelog:

- Image adjustments introduced
- Exposure added
- Batch
- Improved profiles
- Image adjustments added
- Settings for batch plugins
- Extended tab functions (thanks to @cornytrace)
- Settings Editor
- Icons for high DPI displays
- Crash on exit fixed for Linux with Qt 5.7.1
- Updates (Windows)
- Qt 5.5.1 -> 5.7.0
- OpenCV 3.1 -> 3.2

\[EDIT\] we had to draft a hotfix for translations were not loaded properly in nomacs 3.6.0. So if you already updated to 3.6 please update again to 3.6.1
25 changes: 25 additions & 0 deletions content/blog/nomacs-3-8-0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
+++
title = "nomacs 3.8.0"
date = 2017-11-09T10:39:04+01:00
updated = 2017-11-09T10:39:04+01:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

nomacs 3.8.0 is out.
This release mainly improves stability and features a new (msi) installer for windows.

- New MSI installer (Windows)
- Full PhaseOne Support (Monochrome)
- RAW loader optimized (less RAM & speed-up)
- RAW loading improved (pink pixels reduced)
- Drag & Drop fixed (Linux)
- Batch resize fixed
- GPS link fixed
- Translation downloader fixed

Please uninstall nomacs manually before installing the new version.
— the nomacs team
40 changes: 40 additions & 0 deletions content/blog/nomacs-3/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
+++
title = "nomacs 3"
date = 2015-12-17T13:07:11+01:00
updated = 2015-12-17T13:07:11+01:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

nomacs 3.0 is out.
In the past months we updated all nomacs dependencies and build systems.
Along with these changes, nomacs ships with a new installer on Windows.
In addition to these changes, we worked on these features:

- New online installer  – Windows
- Plugins are now available on Linux
- Full SVG support
- Quick Launch added
- [Tiny planet](/blog/tiny-planet/) option added
- [Batch processing](/blog/batch-processing/) improved
- Signed executable – Windows only
- Libraries updated – Qt 5.5, OpenCV 3
- [Command line arguments](/blog/command-line-options) added
- Zoom control improved
- nomacs learned two new languages – Bulgarian and Ukrainian
- new plugin: Page Extraction – detects and/or crops document pages

![nomacs-icon3](nomacs-icon3.png)

Like [other](https://blog.l0cal.com/2015/06/02/what-happened-to-sourceforge/)
Open Source software, we moved our download pages away from SourceForge.
These are the new locations:

- Installer <http://download.nomacs.org>
- Portable <http://download.nomacs.org/portable>
- Tarball <https://github.com/nomacs/nomacs/releases/>

— the nomacs team
Binary file added content/blog/nomacs-3/nomacs-icon3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions content/blog/nomacs-archives/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
+++
title = "Nomacs & Archives"
date = 2014-11-11T14:38:22+01:00
updated = 2014-11-11T14:38:22+01:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

nomacs supports zipped archives since version 2.2.
Hence you can simply drop a zip archive to nomacs and then browse all images in the archive.
Fair enough, but the really cool feature,
is that you can browse through all images of Microsoft Office documents by simply dropping the files to nomacs.
In addition, we have added a tool (Tools > Extract From Archive) which allows to extract all images from Archives to a folder.

## Browsing ZIP Archives with nomacs

<img alt="Browsing ZIP Archives with nomacs" src="img-2014-11-11-14.19.13.png" width="100%"/>

## Browsing images in a Microsoft Excel file

<img alt="Browsing images in a Microsoft Excel file" src="img-2014-11-11-14.20.00.png" width="100%"/>

## Extracting all images from an Archive

<img alt="Extracting all images from an Archive" src="img-2014-11-11-14.27.56.png" width="100%"/>

## Dialog for extracting all images from an Archive

<img alt="Dialog for extracting all images from an Archive" src="img-2014-11-11-14.28.31.png" width="100%"/>
Binary file added content/blog/nomacs-gsoc-2014/gsoc-header.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions content/blog/nomacs-gsoc-2014/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
+++
title = "nomacs @ GSoC 2014"
date = 2014-03-05T10:02:09+01:00
updated = 2014-03-05T10:02:09+01:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

<img alt="gsoc-header" src="gsoc-header.jpg" width="100%">

the CSE at Vienna UT has been accepted at GSoC.
Hence, if you are a student and you enjoy C++ coding more than a beach in summer,
you are welcome to apply for [nomacs at GSoC](https://web.archive.org/web/20210727113403/https://nomacs.org/google-summer-of-code-2014/).
— the nomacs team
15 changes: 15 additions & 0 deletions content/blog/nomacs-installed-on-windows-8/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
+++
title = "nomacs installed on windows 8"
date = 2011-09-14T15:33:25+02:00
updated = 2011-09-14T15:33:25+02:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

we’ve just tested nomacs on windows 8 – 64bit (see screenshots)
works perfectly : )

<img alt="nomacs-windows8-thubmnails" src="nomacs-thumbs.png" width="100%">
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions content/blog/nomacs-is-accepted-for-gsoc-2016.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
+++
title = "nomacs is Accepted for GSoC 2016"
date = 2016-03-01T10:47:07+01:00
updated = 2016-03-01T10:47:07+01:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

following the successful Google Summer of Code participations in 2012 – 2014 together
with the [CSE](http://www.iue.tuwien.ac.at/cse/index.php/gsoc/2016.html)
@ [TU Wien](http://www.tuwien.ac.at/) we are accepted again in 2016.
If you are interested in earning money while developing at an Open Source project… this is your chance!
You can find more details on how to apply
[here](https://web.archive.org/web/20230329004735/https://nomacs.org/google-summer-of-code-2016/).
— the nomacs team
15 changes: 15 additions & 0 deletions content/blog/nomacs-on-macs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
+++
title = "nomacs on macs"
date = 2011-11-17T10:35:49+01:00
updated = 2011-11-17T10:35:49+01:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

<img alt="nomacs running on a mac" src="nomacs-mac.png" width="100%">

you won’t believe it, Petr Vanek compiled nomacs on a mac :)
thanks!
Binary file added content/blog/nomacs-on-macs/nomacs-mac.png
16 changes: 16 additions & 0 deletions content/blog/nomacs-translations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
+++
title = "nomacs translations"
date = 2012-02-29T14:40:03+01:00
updated = 2012-02-29T14:40:03+01:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

we are about to release nomacs 0.2.5 (in the next few days).
in addition to several bugfixes, performance improvements and features, nomacs will be shipped with translations.
currently english, german and russian (thanks to dadatamada) are supported.
if you want the new viewer to talk with you in your language you could translate the current UI at <https://translate.nomacs.org>.
— the nomacs team
21 changes: 21 additions & 0 deletions content/blog/nomacs-x64.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
+++
title = "nomacs x64"
date = 2012-11-06T17:44:50+01:00
updated = 2012-11-06T17:44:50+01:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

today, we have released a 64-bit (beta) version for Windows.
So those people that deal with large images could give it a try.

## Beta download

[64-bit setup](https://sourceforge.net/projects/nomacs/files/nomacs-0.5.0-beta/nomacs-setupx64.exe/download)

[64-bit portable](https://sourceforge.net/projects/nomacs/files/nomacs-0.5.0-beta/nomacs-0.5.0x64.zip/download)

— the nomacs team
20 changes: 20 additions & 0 deletions content/blog/overview-panel-zooming/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
+++
title = "Overview Panel (Zooming)"
date = 2015-03-16T17:15:48+01:00
updated = 2015-03-16T17:15:48+01:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

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.
<figure>
<img alt="Overview Panel" src="zooming-vw.png" width="100%"/>
<figcaption><em>Overview Panel</em></figcaption>
</figure>
15 changes: 15 additions & 0 deletions content/blog/public-svn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
+++
title = "Public SVN"
date = 2011-12-05T09:54:30+01:00
updated = 2011-12-05T09:54:30+01:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

to all developers:
we have now added a public [SVN repository](https://sourceforge.net/p/nomacs/svn/3568/tree/) to our sourceforge project page.
and… we are working on cmake config files.
maybe our source is soon structured and well documented too : )
38 changes: 38 additions & 0 deletions content/blog/release-candidate-0-4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
+++
title = "Release Candidate 0.4"
date = 2012-07-25T13:04:21+02:00
updated = 2012-07-25T13:04:21+02:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

after one year of development, nomacs has become something that we call stable.
so we released nomacs 0.4.0 Release Candidate today.
For now it’s just windows – nomacs will be released in the next few days for all Operating Systems supported.

new features include:

- Caching images – results in very short loading time
- Thumb run-through – fast folder preview
- Save widget state – widgets remember if they were displayed the last time
- Additional supported formats – \*.mrw (Minolta Raw) and \*.rw2 (Panasonic Raw)
- Improved  RAW display – colors are now more intensive
- Go To – you can jump to whatever file you like using the new Go To dialog (CTRL+G)
- Unattended installation parameters – improves batch installation for Windows

and as usual we have fixed some bugs:

- RAW images for Linux – nomacs did not load raw images with libraw > 0.14.0
- Save dialog – is now a native OS dialog -> speed up
- \*.bmp save – error message removed
- Transparency & edit – handling of transparent images (e.g. crop) is corrected
- … and a bunch of small fixes

Please note that the cacher is deactivated by default.
We did so to save RAM for those who use nomacs in order to display every-day-images.
Give it a try by changing the preferences: Settings > Resources > Cache Settings

— the nomacs team
17 changes: 17 additions & 0 deletions content/blog/release-updated.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
+++
title = "release updated"
date = 2011-12-20T16:04:32+01:00
updated = 2011-12-20T16:04:32+01:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

the 0.2.3 release was just updated for windows (to build 2173) since the installer missed some old dll’s
and the file info fields were unchecked by default.

merry [christmas](http://www.2xfun.de/view.php?file=16433)…

— the nomcas team
19 changes: 19 additions & 0 deletions content/blog/reset-settings.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
+++
title = "Reset Settings"
date = 2020-08-05T09:02:32+02:00
updated = 2020-08-05T09:02:32+02:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

## Windows

- Close all nomacs instances
- Open a Windows Explorer
- In the address bar, type: `%appdata%/nomacs/Image Lounge`
- Rename `settings.ini` to `settings-old.ini`

nomacs will now launch with default settings.
14 changes: 14 additions & 0 deletions content/blog/short-demo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
+++
title = "Short Demo"
date = 2012-10-03T16:19:02+02:00
updated = 2012-10-03T16:19:02+02:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

<iframe width="560" height="315" src="https://www.youtube.com/embed/_y6wz1WC4G0?si=zV0-fmduqvCNAA8D" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

if you want to get ab overview of nomacs features…
36 changes: 36 additions & 0 deletions content/blog/support-nomacs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
+++
title = "Support nomacs"
date = 2015-09-30T14:36:09+02:00
updated = 2015-09-30T14:36:09+02:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

nomacs 3 will be released with a brand new & shiny installer.
Therefore and for [other](https://blog.l0cal.com/2015/06/02/what-happened-to-sourceforge/) reasons we will leave sourceforge.
To guarantee fast downloads, we will rent a webspace which costs around 50€ (~56.085$).
Now we face two options:

1. Google AdSense which adds ads to this webpage resulting in an ugly page
1. You donate

If you donate 50€ until the end of 2015, this page keeps its simple white UI and no ads are added until the end of 2016.
There are three ways how to keep an ad-free interface:

1. a rich contributor donates 50€
1. every 100th download 2€ are donated
1. every 100th visitor donates 50 cents

be part of it:

thank you

— the nomacs team

\[UPDATE\]: we have reached our goal of 50€ – thanks to all donators!
As promised, nomacs.org will remain free from ads and nomacs 3.0 will be hosted on a new server which drastically improves the update process.

Of course we will still appreciate any donations (we are far from being a big corp : )
47 changes: 47 additions & 0 deletions content/blog/synchronization.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
+++
title = "Synchronization"
date = 2014-11-17T16:33:35+01:00
updated = 2014-11-17T16:33:35+01:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Stefan Fiel"]
+++

With the synchronization it is possible that multiple viewers perform the same action (like panning, zooming, etc.).
This feature is useful when comparing two images.

## Synchronization on the same computer

For synchronization on the same computer at least two instances of nomacs have to run.
Via the “Sync”-Menu it is possible to connect to all viewers
or a specific viewer can be chosen by selecting the image title of this viewer.
Additionally it is possible to connect two viewers by keeping the CTRL and ALT key pressed
and drag from the image of one viewer to the other.
For actions which should be performed on all connected instances the ALT key has to be kept pressed
(e.g. hold the ALT key pressed and use the mouse wheel for zooming on all connected viewers).

Possible actions which can be performed:

- Panning ALT+mouse
- Zooming ALT+mouse
- load next/previous File (ALT+right resp. ALT+left)
- synchronize zoom level and position in the image with CTRL+D
- overlay the two images and change the opacity of one image with CTRL+TAB
- arrange synchronized viewers with CTRL+SHIFT+TAB

## Synchronization in the local network (LAN)

First you have to enable “network sync” in the network preferences of nomacs on all computers you want to use.
To synchronize viewers via the local network one nomacs has to start the server using the menu.
The viewer on the other computer can then connect to the server.
Additional to the actions on the same computer (see above) images can also be sent over the network by pressing ALT+I
(or using the menu:  Sync -> Send Image).

In the settings dialog actions can be forbidden for all clients (see Settings-Network).
So you can forbid a client e.g. to zoom into your image and/or to send you new images.

Note: If a server connects to another server in the network,
all clients of this server disconnect and establish a new connection to the target server.
Also the server of the current viewer is stopped.
20 changes: 20 additions & 0 deletions content/blog/tiny-planet-for-android/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
+++
title = "Tiny Planet for Android"
date = 2016-02-22T13:49:35+01:00
updated = 2016-02-22T13:49:35+01:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

Fabian integrated the [Tiny Planet functionality](/blog/tiny-planet/) of nomacs into an Android App.
With Tiny Planet Maker you can create nice tiny planets from 360° panoramic photographs
(or regular photographs).

<a href='https://play.google.com/store/apps/details?id=org.hofapps.tinyplanet&pcampaignid=web_share&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'>
<img alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png' width="150px"/>
</a>

![Tiny Planet Maker - UI](pimgpsh_fullsize_distr.png)
22 changes: 22 additions & 0 deletions content/blog/tiny-planet/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
+++
title = "Tiny Planet"
date = 2015-12-17T17:11:49+01:00
updated = 2015-12-17T17:11:49+01:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

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:

<img src="photo-sphere.png" alt="photo-sphere" width="100%"/>

In nomacs you can choose Edit > Tiny Planet to turn your favorite photo sphere into a tiny planet.
<img src="img-2015-12-17-16.50.43.png" alt="edit-tiny-planet" width="100%"/>

In the Tiny Planet dialog, you can adjust the planet’s size and orientation. And here is how the result looks:
<img src="kalenberg-new-ps.jpg" alt="kalenberg-new-ps" width="100%"/>
Binary file added content/blog/tiny-planet/kalenberg-new-ps.jpg
Binary file added content/blog/tiny-planet/photo-sphere.png
21 changes: 21 additions & 0 deletions content/blog/touch-gesture-support/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
+++
title = "Touch & Gesture Support"
date = 2014-11-12T22:45:54+01:00
updated = 2014-11-12T22:45:54+01:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

The touch support was extended in nomacs 2.2.
The illustration below shows the most important gestures.
Horizontal swipes move to the previous/next image if the image fits into the window (otherwise, these gestures are used for panning).
Swiping down from the top opens the thumbnail panel while an upward swipe from the bottom displays the metadata.
Plus you can zoom using pinch gestures.

<figure>
<img alt="mouse and touch gestures" src="nomacs-gestures.png" width="100%"/>
<figcaption><em>mouse and touch gestures</em></figcaption>
</figure>
19 changes: 19 additions & 0 deletions content/blog/transparent-view/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
+++
title = "transparent view"
date = 2012-01-04T16:58:08+01:00
updated = 2012-01-04T16:58:08+01:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

<img alt="a preview of the transparent view of nomacs" src="nomacs-transparent-view.png" width="100%">

we’ve implemented a frameless view for nomacs (months ago).
it is not stable yet (if you zoom in too much it, nomacs will crash :).
however, if you want to give it a try: just hit F10.
of course we appreciate any feedback (as usual)

— the nomacs team
28 changes: 28 additions & 0 deletions content/blog/ubuntu-launchpad-repository.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
+++
title = "ubuntu launchpad repository"
date = 2012-01-30T15:16:10+01:00
updated = 2012-01-30T15:16:10+01:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Stefan Fiel"]
+++

we have create launchpad repositories for Ubuntu.
This will make it easier to install nomacs for Ubuntu and to keep it up-to-date.
To install nomacs using this repository you have to add “ppa:nomacs/stable” to your list.
You can do this by typing

```sh
sudo add-apt-repository ppa:nomacs/stable
```

in a console.
After updating the repositories you should be able to install nomacs using your favorite package manager

You have also the possibility to install the daily builds of nomacs by adding “ppa:nomacs/daily” but these builds are considered as experimental.

Have fun!

— the nomacs team
15 changes: 15 additions & 0 deletions content/blog/ubuntu-update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
+++
title = "ubuntu update"
date = 2012-01-19T10:05:52+01:00
updated = 2012-01-19T10:05:52+01:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

today is soon!
we have now added the nomacs 0.2.3 packages for ubuntu (32 and 64 bit).
you can download them from our [sourceforge](https://sourceforge.net/projects/nomacs/files/nomacs-0.2.3/) project page.
— the nomacs team
18 changes: 18 additions & 0 deletions content/blog/want-to-support-nomacs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
+++
title = "Want to Support nomacs?"
date = 2014-12-17T18:15:49+01:00
updated = 2014-12-17T18:15:49+01:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

we would need your help for increasing the support of nomacs on different OS:

- OSX Build: in addition to Petr’s MacPort packages we would love to distribute dmgs of nomacs.
- Linux Plugins: we are seeking for someone who can help us with the packaging of plugins for Linux.

If you have experience in any of these fields and want to support us, you can leave a reply to this post or write us an e-mail (<developers@nomacs.org>).
– the nomacs team
18 changes: 18 additions & 0 deletions content/blog/why-webp/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
+++
title = "Why webP"
date = 2013-03-01T16:27:43+01:00
updated = 2013-03-01T16:27:43+01:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

according to a feature request from dadatamada we took a closer look to the webP format.
the screenshot shows a nightly build of nomacs with webP load/save functionality.
if an image needs to be compressed, webP shows a far better image quality while decreasing the file size.
note that the jpg compressed image (right) has 16.6 KB while the webP image only needs 6.8 KB.
another advantage is the fact that webP features a full (8bit) alpha channel and supports lossless compression…

<img alt="why webp" src="why-webp.png" width="100%">
Binary file added content/blog/why-webp/why-webp.png
20 changes: 20 additions & 0 deletions content/blog/windows-10/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
+++
title = "Windows 10"
date = 2015-02-03T15:12:59+01:00
updated = 2015-02-03T15:12:59+01:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

We have tested nomacs on windows 10.
Everything works out as expected,
except that the *Frameless View* seems to be obsolete since Microsoft removed the window frames.
— the nomacs team

<figure>
<img alt="nomacs running on windows 10" src="win10-h.png" width="100%"/>
<figcaption><em>nomacs running on windows 10</em></figcaption>
</figure>
Binary file added content/blog/windows-10/win10-h.png
Binary file added content/blog/🍸/copy-header.png
15 changes: 15 additions & 0 deletions content/blog/🍸/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
+++
title = "Welcome to the Image Lounge"
date = 2015-02-20T11:58:56+01:00
updated = 2015-02-20T11:58:56+01:00
draft = false
template = "blog/page.html"

[taxonomies]
authors = ["Markus Diem"]
+++

<img alt="copy-header.png" src="copy-header.png" width="100%">

take a close look at your browser’s address bar : )
– the nomacs team