Autor Thema: Diverse Fototools ...  (Gelesen 294049 mal)

0 Mitglieder und 2 Gäste betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189144
  • Ohne Input kein Output
    • DVB-Cube
Pixel Art 11.3.4
« Antwort #4050 am: 14 November, 2018, 21:20 »
Pixel Art can turn your images into pixel art with a few clicks and save them as .bmp, .gif, .jpg or .png as well as wallpaper and even share them.

License: Open Source

Whats new:>>

Bug Fixes/Other Changes

    Optimization improvements

https://sourceforge.net/projects/pixel-art/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189144
  • Ohne Input kein Output
    • DVB-Cube
Fotosizer 3.08.0.566
« Antwort #4051 am: 16 November, 2018, 09:01 »
Fotosizer is a freeware batch image resizer tool. It resizes your photos in just 3 easy steps - 1. Photo selection, 2. select resize settings, then 3. Start the resize.bWith Fotosizer, you can shrink JPEG image files, along with other supported formats, and dramatically reduce internet transfer times, enabling you to quickly and easily prepare your image collections to be published on the web.

License: Freeware

Changelog

Added "Dark" display mode setting in Options Dialog.
Added corrections for Greek translations.
Fixed Add from Folder to correctly use file type extension filters from Options dialog.
Fixed saving of auto rotation setting on exit.
Fixed removal of EXIF camera information from pictures even though no resizing may be done.
Changed Filename mask to allow "" file path separators and Fotosizer will automatically create the folders.
Improved application startup time.
Added Gallery view to Image selection list.
Added right-click "Resize with Fotosizer" Windows Explorer context menu option.
Changed display of original width and height of pictures in image selection list to apply auto rotation from camera EXIF information Orientation setting.
Fixed display of space saved in resize progress dialog that was showing space in terrabytes (TB) instead of gigabytes (GB).

[close]

http://www.fotosizer.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189144
  • Ohne Input kein Output
    • DVB-Cube
GraphicsMagick 1.3.31
« Antwort #4052 am: 18 November, 2018, 20:00 »
Graphic editor that offers great support for a wide variety of picture formats, with a very small system installation footprint, while working with all Command Prompt interfaces available.

MIT License

Changelog

Special Issues:

    Firmware and operating system updates to address the Spectre vulnerability (and possibly to some extent the Meltdown vulnerability) have substantially penalized GraphicsMagick's OpenMP performance. Performance is reduced even with GCC 7 and 8's improved optimizers. There does not appear to be anything we can do about this.

Security Fixes:

    GraphicsMagick is now participating in Google's oss-fuzz project due to the contributions and assistance of Alex Gaynor. Since February 4 2018, 292 issues have been opened by oss-fuzz and 279 of those issues have been resolved. The issues list is available at https://bugs.chromium.org/p/oss-fuzz/issues/list under search term "graphicsmagick". Issues are available for anyone to view and duplicate if they have been in "Verified" status for 30 days, or if they have been in "New" status for 90 days. There are too many fixes to list here. Please consult the GraphicsMagick ChangeLog file, Mercurial repository commit log, and the oss-fuzz issues list for details.

Bug fixes:

    See above note about oss-fuzz fixes.
    CINEON: Fix unexpected hang on a crafted Cineon image. SourceForge issue 571.
    Drawing recursion is limited to 100 and may be tuned via the MAX_DRAWIMAGE_RECURSION pre-processor definition.
    Fix reading MIFF files using legacy keyword 'color-profile' for ICC color profile as was used by ImageMagick 4.2.9.
    Fix reading/writing files when 'magick' is specified in lower case. This bug was a regression in 1.3.30.

New Features:

    TIFF: Support Zstd compression in TIFF. This requires libtiff 4.0.10 or later.
    TIFF: Support WebP compression in TIFF. This requires libtiff 4.0.10 or later.

API Updates:

    MagickMonitor() is marked as deprecated. Code should not be using this function any more.

Feature improvements:

    The progress monitor callbacks (registered using MagickMonitor() or MagickMonitorFormatted()) are serialized via a common semaphore rather than via critical sections in OpenMP loops. OpenMP loops are updated to use OpenMP 'atomic' and 'flush' to update shared loop variables rather than using a OpenMP 'critical' construct, reducing contention. Performance on some targets is observed to have been improved by this change.

Windows Delegate Updates/Additions:

    None

Build Changes:

    There was already a 'compare' command installed with the '--enable-magick-compat' configure option was used but it did not function. Now it functions. There was no compare command in ImageMagick 5.5.2 and this compare command is only roughly similar to a compare command in some subsequent ImageMagick release.
    Removed Remove Ghostscript library support (--with-gslib) from configure script. The 'HasGS' pre-processor defines which were enabled by this remain in the source code so it is still possible to use this library if absolutely necessary (e.g. CPPFLAGS=-DHasGS LIBS=-lgs).
    No longer explicitly link with the OpenMP library when it will be supplied already due to CFLAGS.

Behavior Changes:

    JPEG: Libjpeg-turbo is allowed 1/5th the memory resource limit provided for Graphicsmagick via the cinfo->mem->max_memory_to_use option, which is part of the IJG JPEG API/ABI, but usually not supported there. This feature works for libjpeg-turbo 1.5.2 and later. Limiting the memory usage is useful since libjpeg-turbo may otherwise consume arbitrary amounts of memory even before Graphicsmagick is informed of the image dimensions.
    JPEG: The maximum number of JPEG progressive scans is limited to 50. Otherwise some technically valid files could be read for almost forever.

[close]

http://www.graphicsmagick.org/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189144
  • Ohne Input kein Output
    • DVB-Cube
Find.Same.Images.OK 1.36
« Antwort #4053 am: 19 November, 2018, 17:15 »
Sie können Find.Same.Images.OK kostenlos verwenden, um schnell gleiche, oder ähnliche Bilder zu finden, egal, ob diese Fotos gedreht, gespiegelt, verkleinert sind.

# Wie funktioniert das Programm!

Bitte, das Programm sollte nicht mit einem stupidem Dubletten Finder Programm verwechselt werden, das Programm generiert grafische Signaturen und vergleicht diese auf Pixel Basis, aber nicht nur dass, Sie können auch gedrehte, gespiegelte und negative Bilder finden, auch wenn z.B. das Bild in der Größe (Abmessung) verändert wurde. (Was man ja nicht selten macht, wenn das Bild vom Smartphone, oder iPhone kommt).

Whats new:>>

Fehlerbehebung: Beim Lesen von * .CR2-Dateien (CR2-Erweiterung ist eine Canon Raw Version 2 Bild-Datei)
Verbesserungen bei der Dekodierung des Dateiformats bei Camera Raw-Bilddateien

http://www.softwareok.de/?seite=Freeware/Find.Same.Images.OK

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189144
  • Ohne Input kein Output
    • DVB-Cube
ExifTool 11.20
« Antwort #4054 am: 21 November, 2018, 09:06 »
ExifTool kann mehr als nur Meta-Daten lesen und schreiben: Die von der Kamera gelieferten EXIF-Daten sind nicht immer korrekt, beispielsweise wenn das Kameradatum nicht stimmt oder der Kommentar noch auf den Vorbesitzer der Kamera hinweist. Solche Fehler korrigiert das Exif-Tool.

Die Sammlung von Perl-Skripten liest EXIF-, IPTC- und XMP-Daten und ändert diese auf Wunsch. Einen separaten Perl-Interpreter braucht man nicht. Für den vollen Funktionsumfang muss man sich mit der Kommandozeile vertraut machen, zum Korrigieren der Metadaten einzelner Bilder genügt das auf ExifTool aufsetzende ExifTool GUI.

Freeware

Changelog

Added a new Panasonic WhiteBalance value
Added a new Nikon LensID (thanks LibRaw)
Decode streaming GPS from MOV videos for another dashcam model
Improved -E option to support character sets other than UTF-8

[close]

http://owl.phy.queensu.ca/~phil/exiftool/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189144
  • Ohne Input kein Output
    • DVB-Cube
TSR Watermark Image Software 3.6.0.2
« Antwort #4055 am: 23 November, 2018, 06:00 »
TSR Watermark Image software, is a free program for personal use that can add digital watermarks to all your images, photos and pictures with the transparency you decide. The program can also resize the images before the digital watermark is added.

License: Free for personal use

Latest Changes

Updated the Italian language for the image and photo watermark program.

http://www.watermark-image.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189144
  • Ohne Input kein Output
    • DVB-Cube
ImBatch 6.0.0
« Antwort #4056 am: 24 November, 2018, 19:30 »
ImBatch is a batch image processor with a nice graphical user interface. It will allow you to edit multiple image files at the click of a button by using scripts. The script will be created by combining Tasks. ImBatch can batch resize and convert images in minutes instead of hours or days if you do it manually.

Freeware

Changelog

The project moved to a new platform.
Many changes in the design. No more fancy skins.
Reworked and improved displaying the progress of the batch processing.
Added Remove Red Eyes task.
Added Panorama task.
Added category ‘Recent’ to the list of tasks (last 10 tasks).
Added option to remove images from the list after processing.
Image selection tool: added image selection setting (all, only marked, only unchecked).
Image selection tool: added saving form settings.

[close]

http://www.highmotionsoftware.com/products/imbatch

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189144
  • Ohne Input kein Output
    • DVB-Cube
FenoPhoto 5.6.0
« Antwort #4057 am: 24 November, 2018, 21:00 »
FenoPhoto is an easy-to-use program that offers one-click enhancement of your photos. It can automatically adjust levels brightness and contrast, equalize shadows, remove noise, enhance sharpness and auto-correct gamma settings.

Donationware

Whats new:>>

Hotfix on the first installation with automatic temp folder creation

-PLEASE, UNINSTALL PREVIOUS VERSION BEFORE INSTALL THIS

http://fenophotoapp.altervista.org/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189144
  • Ohne Input kein Output
    • DVB-Cube
IDPhotoStudio 2.15.3.62
« Antwort #4058 am: 24 November, 2018, 21:49 »
IDPhotoStudio is a user-friendly ID Photo duplicator and printer.

Freeware

Whats new: >>

[Bug] Crash when closing Portable version ran from a read only folder (eg : NAS,...) (Kyle_Katarn)
[New Feature] Spanish ID picture size (Kyle_Katarn)
[Refactoring] Updated Hungarian translation (Kyle_Katarn)

http://www.kcsoftwares.com/?idps

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189144
  • Ohne Input kein Output
    • DVB-Cube
Fotosketcher 3.40
« Antwort #4059 am: 25 November, 2018, 21:30 »
FotoSketcher is a 100% free program which can help you convert your digital photos into art, automatically. If you want to turn a portrait, the photograph of your house or a beautiful landscape into a painting, a sketch or a drawing then look no further, FotoSketcher will do the job in just a few seconds.

Thanks to FotoSketcher you can create stunning images to make original gifts for your friends or relatives. Create birthday cards, season's greetings stationary or simply print your work of art and hang it on the wall.

Different styles are available: pencil sketch, pen and ink drawing, various painting renderings. You can also improve your original photo with simple tools (enhance contrast, sharpen, simplify image, increase luminosity, color saturation etc...).

Licence: Freeware

Changelog

    Brand new Painting 2 (brushstrokes) effect
    Slovenian translation (thanks to Jadran Rudec)
    The red bar (located in the progress bar at the bottom of the window) to stop an effect early is now compatible with batch processing
    Various small bug fixes
    64bit version is now the default (32bit version is still available at www.fosshub.com)

[close]

http://www.fotosketcher.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189144
  • Ohne Input kein Output
    • DVB-Cube
QuickViewer v1.1.2
« Antwort #4060 am: 26 November, 2018, 05:30 »
QuickViewer is a fast, versatile and customizable graphics viewer. View features include full screen, spread format, slideshow and various zoom options. The program supports drag and drop, always on top, history, bookmarks, catalogs, customizable shortcut keys, EXIF information and automatic rotation according to EXIF, send image to mail client, rich context menu and more.

Formats supported include common graphics (BMP, PNG, JPEG, GIF, TIFF, TGA, ICO, WEBP, DDS), animation (APNG, GIF), archives and comic books archives (7Z, RAR, ZIP, CBR, CBZ) and raw image formats (Canon- CRW & CR2, Nicon- NEF, Ricoh- DNG, Sony- ARW, etc).

License:    GPL v3.0

Changelog

Support text based translations

    You can translate QuickViewer only with a text editor

Support for not portable versions

    Can be a packaged application some linux distributions
    QuickViewer installer format from this version is provided.(Windows)

Bugfixed: a problem to show mainmenu when to show on top

[close]

https://kanryu.github.io/quickviewer/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189144
  • Ohne Input kein Output
    • DVB-Cube
ImgV64 1.56
« Antwort #4061 am: 26 November, 2018, 09:00 »
ImgV64 is a Windows Vista/Win7/Win8/Win10 graphics viewer for GIF, JPG, PNG and other formats. It is designed for those who want a solid, easy viewer but who still want powerful features, without the complexity of a complete paint or thumbnailing program.

Freeware

Whats new:>>

Improvement of color quantization

http://imgv64.co.nf/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189144
  • Ohne Input kein Output
    • DVB-Cube
JPhotoTagger 0.41.0
« Antwort #4062 am: 26 November, 2018, 13:50 »
Bilddatenbank zum Verwalten, Sichten und Suchen von Fotos; bietet zahlreiche Filter- und Suchmöglichkeiten, etwa nach Beschreibung, Ordner, Zeit, Ort oder Stichworten; alle Daten werden in offen zugänglichen XML-Dateien neben den jeweiligen Fotos abgelegt.

Lizenz: Open Source

Whats new:>>

* HSQL-Datenbank zurückgesetzt auf Version 1.8.0.10. Dabei werden Datenbanken der Versionen 2.x umbenannt und eine neue leere Datenbank erzeugt sowie im Anschluss automatisch gesicherte Daten importiert. Der Schritt war notwendig, da bei einigen Benutzern die neuere Datenbankversion zu "Hängern" führte.

http://jphototagger.org/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189144
  • Ohne Input kein Output
    • DVB-Cube
WildBit Viewer 6.5 Alpha 1.0
« Antwort #4063 am: 28 November, 2018, 04:30 »
WildBit Viewer is compact & fast image viewer with slide show and editor. Eye catching interface within blazing fast folder, file list and thumbnail viewer. Viewer includes also Image Info with Image EXIF meta data JPEG and TIFF support and IPTC (IIMV4) information (like PhotoShop file info) from JPEG and TIFF, Thumbview has changeable views, sorting and thumbnail predefined sizes for fast thumbnail size setting. Viewer also includes shell toolbar, you can drop your favorite folder there and use it as an organizer.

Freeware

Changelog

Viewer - Build: Alpha 1.0:
- Changed <> Updated Eurekalog to 7.7.7 version.
- Changed <> Updated ImageEn to 8.1.1 version.
- Changed <> Image Geo Info: Now uses OpenStreetMap instead of Google Maps.

Slide Show - Build: Alpha 1.0:
- Changed <> Updated Eurekalog to 7.7.7 version.
- Changed <> Updated ImageEn to 8.1.1 version.

Editor - Build: Alpha 1.0:
- Changed <> Updated Eurekalog to 7.7.7 version.
- Changed <> Updated ImageEn to 8.1.1 version.

Search - Build: Alpha 1.0:
- Changed <> Updated Eurekalog to 7.7.7 version.
- Changed <> Updated ImageEn to 8.1.1 version.

Profile Switcher - Build: Alpha 1.0:
- Changed <> Updated Eurekalog to 7.7.7 version.
- Changed <> Updated ImageEn to 8.1.1 version.

Multi Screen Viewer - Build: Alpha 1.0:
- Changed <> Updated Eurekalog to 7.7.7 version.
- Changed <> Updated ImageEn to 8.1.1 version.

[close]

http://www.wildbit-soft.fi/software.html

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189144
  • Ohne Input kein Output
    • DVB-Cube
BatchBlitz 1.5.0 Build 1411
« Antwort #4064 am: 29 November, 2018, 09:04 »
BatchBlitz is a batch image processor with an included photo edit program. It allows you to add a watermarks, filter source files, rename/convert images, resize/rotate, automatically apply color corrections, and more. An instant preview gives you a look at effects before executing. Additionally, the program supports regular expressions for filtering files to be processed and for the renaming of files. It includes a wizard to categorize files based on metadata (EXIF or IPTC tags). The editor program is separate from the batch program, but included in the application folder, and can be launched from within BatchBlitz for editing.

License:  Freeware

http://www.sunlitgreen.com/batchblitz.html

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )