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

0 Mitglieder und 18 Gäste betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
LeafView 2.4.1
« Antwort #6180 am: 16 April, 2023, 18:20 »
Enjoy your pictures and photos with the help of this minimalist, fast, and privacy-oriented image viewer.

MIT License

Whats new:>>

    feat: Update electron to v24.1.0
    perf: noLink applied to locale selection dialog on win32

https://github.com/sprout2000/leafview

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: 191383
  • Ohne Input kein Output
    • DVB-Cube
ImageGlass 9.0.4.416 Beta 4
« Antwort #6181 am: 16 April, 2023, 19:50 »
ImageGlass is a lightweight software application whose purpose is to help you view images in a clean and intuitive working environment.

License: GPLv3 ( Donationware )

Changelog

    General changes:

    Upgraded Magick.NET to version 13.0.1.
    Improved ImageGlass startup time and latency by enabling ReadyToRun compilation.
    Showed Color space and Color profile info on the title bar.
    Added basic support for animated APNG format (#396).
    Fixed a bug where ImageGlass cannot load image with CMYK color space. Error message: "Operation is not valid due to the state of the object".
    Fixed a bug that caused memory leak during loading image.
    Skipped file existence check while loading image files into the list (#585).
    Changed the prefix for passing app setting as command-line from - to /. Example: ImageGlass.exe /EnableFrameless=true.

    ?? Theme component:

    Added support for auto-switching theme according to system's dark/light mode (#434).
    Splits the setting Theme into DarkTheme and LightTheme.
    Loads LightTheme if system light mode is on, otherwise ImageGlass uses DarkTheme.
    Removed accent color in theme config.
    Added new icons for toolbar: Play, Pause, Export.

    ?? Viewer component:

    Improved frame animation (GIF, WEBP, ...)
    Adds support for hardware acceleration.
    Supports playing, pausing or viewing a single frame of image.
    Adds basic support for playing animation for all animated formats using MagickNET, such as APNG.
    Made the navigation arrow buttons clickable on whole left and right areas (#1472).

    ?? Thumbnail bar component:

    Shows Color space and Color profile info on the thumbnail's tooltip.

    ?? Image Booster component:

    Reduced memory usage when loading non-transparent image.
    Enabled basic support for all animated formats using MagickNET.
    Cached metadata to improve loading image.

    ?? Features:

    Added support for updating the viewing image folder in real time:
    Updates the viewing image, thumbnail when it's changed by third-party app.
    Updates the thumbnail bar when image file is deleted, added, renamed.
    Added an option to disable it by setting: EnableFileWatcher.

    Added Edit image with external editor:

    Added setting EditApps, example:

    // in igconfig.json
    "EditApps": {
    ".png": {
    "AppName": "Paint.NET",
    "Executable": "C:\paint.net\paintdotnet.exe",
    "Argument": "<file>"

    Added options what to do after the external editor is launch AfterEditingAction:

    Nothing: Do nothing (default).
    Minimize: Minimize ImageGlass window.
    Close: Close ImageGlass app.
    Added feature: Export image frames
    Moves the function to igcmd.exe with command export-frames.
    Shows exporting progress and status.
    Added a button to cancel the on-going export progress.
    Added a button to open output folder after the export is done.
    Added feature: Rotate image (only for non-animated format).

    Added image transformation features:

    Supports image rotation.
    Improves performance of image flipping / ratation by using hardware acceleration.
    Shows asterisk * on title bar next to the image name to indicate there is unsaved change.
    Displays "Save..." / "Save as..." button on toolbar if the image is changed.

    Adds native support for animated Webp format (#1466) using libwebp.dll v1.3.0:

    Supports hardware acceleration.
    Fixed: Quality of animated Webp is reduced (#1526).
    Supports saving image as Webp, including animated format (#1477).
    Supports for saving TIFF, GIF as multiple frames.

    Improves ImageGlass Slideshow view:

    Removed support for multiple slideshow views
    Added support for changing slideshow image list when user changes it in the main view.
    Made slideshow view togglable.
    Added support for new window modes in slideshow view.

    New window modes:

    Frameless mode
    The window corners are rounded by default.
    Hold SHIFT and drag to move the window.
    Window fit mode
    Disables Maximize button of the window.
    Improve performance when user zooms the image.
    Added support for all zoom modes in Window mode.
    Window modes combination for the main view and slideshow view

    Layout customization:

    Added support for layout customization using setting Layout (#318) for:

    Toolbar with setting Toolbar,
    Thumbnail bar with setting Gallery,
    Contextual toolbar with setting ToolbarContext.
    Supports Toolbar position: Top, Bottom.
    Supports Thumbnail bar position: Top, Bottom, Left, Right.
    Allows to change control's order if they are in the same layout position.

    Example:

    Default layout:

    // in igconfig.json
    // default layout
    "Layout": {
    "Toolbar": "Top", // Toolbar is at top
    "Gallery": "Bottom;0", // thumbnail bar is at bottom
    "ToolbarContext": "Bottom;1", // contextual toolbar is at bottom, above thumbnail bar
    Layout: toolbar and thumbnail bar at top, contextual toolbar at bottom
    // in igconfig.json
    "Layout": {
    "Toolbar": "Top;1", // Toolbar is at top, below thumbnail bar
    "Gallery": "Top;0", // thumbnail bar is at top, above the toolbar
    "ToolbarContext": "Bottom", // contextual toolbar is at bottom

    ?? New Color picker tool:

    Shows cursor location on the viewing image.
    Clicks to pick the pixel color.
    Adds support for color formats: RGB, HEX, CMYK, HSL, HSV.
    Adds buttons to copy color code.
    Adds Settings window with options to show alpha value for each color format.

    ?? New Page navigation tool:

    Supports for viewing separate image frame.
    Non-animated formats (TIFF, ICO,...).
    Animated formats (GIF, WEBP, APNG,...).
    Respects the size and orientation of the image frame (#1077).
    Exports all frames.

    ?? External tools support:

    You can download external tools at https://imageglass.org/tools.
    Created https://github.com/ImageGlass/ImageGlass.Tools library for other 3rd-party apps to communicate with ImageGlass via IPC message events.
    Sends events to the external tools using ImageGlassEvents.
    Sends EnableWindowTopMost as a command-line argument to request the external tool window to be top most.
    Uses ToolSettings setting to store settings of the built-in tools (Crop tool, Color picker) instead of Tools.
    Added support for adding external tools to ImageGlass Tools menu with setting Tools and assigning the tool's hotkeys with setting MenuHotkeys.
    Shows "Tool not found" dialog to allow user to select executable path of the tool.
    For more details, please refer to https://github.com/ImageGlass/ImageGlass.Tools.

    ?? Introducing ExifGlass - a new ExifTool for ImageGlass:

    ExifGlass is a brand new EXIF metadata viewing app, designed to work seamlessly with ImageGlass 9, but can also be used as a standalone software on your computer. To use ExifGlass, you need to have ExifTool by Phil Harvey installed on your system.

[close]

http://www.imageglass.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: 191383
  • Ohne Input kein Output
    • DVB-Cube
PhotoLocator 23.04.16
« Antwort #6182 am: 17 April, 2023, 09:30 »
Add GPS information to your JPEG files in the photo timestamp with the help of this application, which can import GPS traces from various locations.

License: MS-PL

Whats new:>>

Increase saved geotag precision
Support for tagging raw files by using ExifTool
Play video files in slide show
Can open Shell context menu
Right-drag to measure distance on map
Improved GPX file format support
New icon

https://meesoft.com/PhotoLocator/

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: 191383
  • Ohne Input kein Output
    • DVB-Cube
ImageMagick 7.1.1-7
« Antwort #6183 am: 17 April, 2023, 09:50 »
Changelog

Merged

    PixelChannel: Add invalid channel field #6230

Commits

    beta release 3bd5ce1
    account for extra samples 9a9896f
    The quantum extent should also including the pad. b019133
    Another improvement of calculating the size of the extent. 3151fd8
    The padding is per pixel. dc0556c
    Cosmetic. ad36935
    Use the new API when available. 8b12fc1
    don't cut off letters ( ImageMagick/ImageMagick#6221 ) fcf2674
    Moved static declaration. 8eaadcf
    Removed unused lt_dlexit define. d454d11
    Removed unused NTSetSearchPath method. 43ea02a
    Windows doesn't need a call to lt_dlinit. 48e9207
    There is no need to call WSAStartup because we will always have version 2.2 on the supported platforms. 24990f7
    Moved linking of lib inside other check. b13fabd
    More cleanup of header files. d048972
    Silence warnings for when the distribute-cache is not supported. 13841a1
    support --enable-dpc configure option fc7bb1d
    Fixed build error. 178f677
    theoretically a more intuitive brighness contrast algorithm ( ImageMagick/ImageMagick#6079 ) cdc73fb
    revert format hint ( ImageMagick/ImageMagick#6242 ) 9e1492e
    Use the new MAGICKCORE_DPC_SUPPORT flag. 7c8a486
    Removed define that always had the same value. 8e5fbea
    We only need to link ws2_32.lib on Windows when we have enabled DPC support. 1c4f052
    identify correct format ef12f38
    Restored the call to WSAStartup because we do need to do this when we use winsock2. 1bc9391
    Correct define check. 610a8a5
    Corrected checks that determine if we actually are able to support dpc. 70cd76b
    revert 723b63a
    correct slope/intercept 405c61a
    correct intercept b29bcd9
    eliminate compiler warnings ( ImageMagick/ImageMagick#6230 ) fba0e38
    cosmetic 1fe2162
    eliminate compiler warning 3b84c79
    release e4b3733
    beta release 3b5b4a1
    if the image type is explicit, use the file extension if possible ( ImageMagick/ImageMagick#6242 ) 67aa0ed
    Removed unused return value. 0d5e3a0
    Use version number instead. 1bc3bdc
    Silence warning by casting to size_t instead where negative values will overflow in a large value. 8def9df
    Silenced warnings. 7285688
    Silenced warnings. 864e6db
    Added missing break. 58b6568
    Moved devcontainer into security folder. 386f3b8
    Reverted patch and silenced warning. 4602557
    Added name to the container. f9b5142
    Added missing break. 9754705
    Silenced MagickCore warnings. 427e443
    Silenced coders warnings. 8f78bf4
    Corrected devcontainer name. ecc72e5
    Unreference in else statement instead. 69da709
    Removed unused argument. 890b4c7
    Removed unused return values. 1309276
    Only define GetICCProperty when build with LCMS delegate. bacfcad
    Silenced warning. a489b2a
    Silenced warnings in MagickWand. bf1e065
    Added devcontainer for local development. 18fd137
    Use define because the fallthrough attribute is only supported by gcc. 312aaf9
    Added Dockerfile to the editorconfig. 38ecac1
    Use different notation to fix the macos build. 35152a1
    Added devcontainer that uses the clang compiler. fc6f751
    Changed build to treat all warnings as errors and check for more warnings. 2a003f8
    Silenced warning. f85c832
    Change code to make it compile with -Wall -Wextra -Werror b164646
    Silenced warning. cdba683
    Ignore unused-function and builtin-declaration-mismatch warnings to work around autoconf issues. f311596
    Clang needs different flags to fix the build. 3e49a05
    Also build with clang in the daily build. 717d8d7
    Include compiler in the title. 50b4062
    Silence warnings that occur when freetype is enabled. 3f9cfbd
    Silenced more warnings. 7c809d7
    Silence the warning differently. feaa675
    elimiate compiler warnings f49eeca
    eliminate compiler warnings c40db4e
    eliminate compiler warnings 9d85754
    eliminate compiler warning 7157e1a
    expand channel map by 1 cc97c3a
    initialize max channels + 1 bdd4599
    add additional checks for casting double to size_t f7b5682
    cosmetic 77f6713
    identify z component of chromaticity fecfed4
    Refactor code to make it more readable. 9783994
    Corrected compare. c13cada
    Also skip writing the exif/tiff resolution properties when the pHYs chunk is written. d4f233b
    improved range checking 4daec2d
    cosmetic. 8066117
    Removed unused return value. d3cf508
    consistent method to check for alpha channel 242e940
    Correct comment. 43aa790
    Added method to update the density and orientation in the xmp profile. fc4f67b
    Corrected value for tiff:ResolutionUnit. c9f17dc
    Cosmetic. 589856f
    Removed debug printf statement... fecd253
    round crop width properly adda986
    Install more dependencies for the macOS build. 4a52f67
    Silence warning. 30f3676
    release 21d049b

[close]

https://imagemagick.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: 191383
  • Ohne Input kein Output
    • DVB-Cube
Tacent View 1.0.38
« Antwort #6184 am: 17 April, 2023, 18:10 »
This minimalist graphics viewer allows users to preview images and textures of a great variety of input formats, having its emphasis on displaying the alpha channels.

Freeware

Changelog


    Improvements for Mobile:

    The .atc file extension may be used for ASTC files.
    ETC1, ETC2 (RGB, RGBA, RGB1A), and EAC (R and RG) pixel encodings are all supported.
    PKM file viewing supported with all of the ETC-encoding variants.
    Viewing of DDS files that contain ETC/ETC2 data.
    Viewing of KTX/KTX2 files that contain ETC/ETC2/EAC data.
    Auto gamma correction available for ASTC, PKM, DDS, KTX, and KTX2 files. Ability to override the correction for any of these types.
    More robust detection of image colour profile.
    Command Line

    To use the new swizzle operation:

    op swizzle[rgba*]
    The swizzle operation allows you to manipulate the RGBA channels of an image
    and swap, duplicate, clear or set them. You can basically take the existing
    channels and rearrange them as you see fit.
    rgba: This is the destination mapping used by the swizzle. It is always in
    the order RGBA. It is made of the characters R, G, B, A, 0, 1, and *.
    The characters are case-insensitive so r, g, b, and a may also be used.
    The asterisk means automatic channel selection. 0 means the channel is
    set to 0 for all pixels. 1 means the channel is set to full for all
    pixels. R means the destiniation channel is taken from the original red
    channel. Similarly for G, B, and A. You do not need to specify all four
    characters if you want the remaining ones to be defaulted to their
    corresponding source channel. This is what the asterisk does.
    The default is **** which is the same as RGBA, both of which leave the
    image unmodified.
    Example 1: --op swizzle[BGR] will swap the red and the blue channels. In
    order, the new red channel gets the original blue channel, the green gets
    green, and the new blue channel gets red. This is the same as swizzle[B*R]
    and is also the same as swizzle[B*R*]. The asterisks just grab the
    corresponding original channel.
    Example 2: --op swizzle[***1] keeps the colours the same but sets the alpha
    to full for all pixels. This is the same as swizzle[RGB1].
    Example 3: --op swizzle[0] clears the red channel. Same as [0GBA] and [0***]
    Example 4: --op swizzle[GGG1] places the original green channel in the new
    red, green and blue channels. It also sets the alpha to full (opaque).

[close]

https://github.com/bluescan/tacentview

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: 191383
  • Ohne Input kein Output
    • DVB-Cube
Image Tuner 9.7
« Antwort #6185 am: 18 April, 2023, 08:00 »
Image Tuner is a free software for batch resizing, converting, watermarking and renaming your digital photos and images from more than 20 image formats to JPEG, BMP, PNG, TIFF and GIF formats. The program will help you to prepare your digital photos to upload and publish them in the Internet or send via e-mail.

Freeware

Changelog
   

Added new icons.
Added buttons to switch between list view and thumbnails.
Improved user interface and program performance.
Improvements for the latest revision of Windows 11.

[close]

https://www.glorylogic.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: 191383
  • Ohne Input kein Output
    • DVB-Cube
Picture Window Pro 8.0.361
« Antwort #6186 am: 19 April, 2023, 19:50 »
Picture Window Pro gives you the power of professional-grade image editing for free.

Picture Window Pro includes a comprehensive set of photo manipulation and retouching tools that give you complete control to shape every aspect of your images. It supports multiple/high-res monitors, 16-Bit black and white and 48-Bit color images, and multi-core support for fast editing.

Freeware

Changelog


    Advanced Sharpen: fixed problem of histograms not being updated in some cases.
    File/Save Back: changed the definition of the “original folder”. If the current image or any image above it has been saved, the corresponding folder is used. If no image has
    been saved, the top-level image’s folder (if any) is used. Eventually, it defaults to My Pictures.
    Mask dialog box: tool tips for Mask Add/Subtract buttons now include keyboard shortcut.
    Proofing main tool bar button tool tip now includes the name of the proofing profile

[close]

https://www.dl-c.com/Products-PWP8.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: 191383
  • Ohne Input kein Output
    • DVB-Cube
Memory Pictures Viewer 1.70
« Antwort #6187 am: 20 April, 2023, 19:50 »
An image viewer that displays the EXIF metadata which comes embedded with JPEG photos taken with a digital camera or a smartphone.

Freeware

Release Notes


    Fixed UI Issues
    Internal Code Optimisation

[close]

https://www.batchimage.com/product/memory-pics-viewer-windows/

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: 191383
  • Ohne Input kein Output
    • DVB-Cube
Icecream Photo Editor 1.32
« Antwort #6188 am: 20 April, 2023, 20:50 »
With Icecream Photo Editor, you can easily add text, images, and stickers, add frames, make collages, draw freehand, rotate/flip/crop/resize, and much more. Icecream Photo Editor was designed to be as simple as possible to use while offering several cool editing features.

Freeware

Changelog


Traditional Chinese language added

[close]

https://icecreamapps.com/Photo-Editor/

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: 191383
  • Ohne Input kein Output
    • DVB-Cube
ImageMagick 7.1.1-8
« Antwort #6189 am: 22 April, 2023, 19:15 »
Changelog

Fixed

    Added checks to make sure all bytes were read to resolve #6267. #6267

Commits

    beta release 35ec38f
    Treat warnings as errors in the MacOS build and enabled more warnings for that build. 02b2aa6
    Corrected compare. 35505ca
    Not longer export methods that are not used in other parts of the library. 01251e5
    No longer call ParseMetaGeometry twice when we don't add a thumbnail. 6a94dd8
    Fix typo that caused a division by zero in #6263. 78347b5
    don't reduct 3 to 1 channel gray if meta channels are present a8f6186
    The depth must be specified when reading a map image. 2d6e2e9
    validate pixel offset 90e067c
    validate pixel offset d92cb0e
    release 920f792

[close]

https://imagemagick.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: 191383
  • Ohne Input kein Output
    • DVB-Cube
WildBit Viewer 6.11
« Antwort #6190 am: 22 April, 2023, 20:00 »
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,Slide Show,Search & Multi Screen Viewer <> Updated VirtualShelltools.
- Viewer <> Image Info: raw data view for Other info added.
- Viewer <> Image Info: raw data view in XMP and Other info is only visible when needed.
- Slide Show <> Image loading speed optimized in Previous Image, Next Image, Rotate Back to Original, Rotate CW, Rotate CCW and Rotate by EXIF Orientation.
- Editor <> Sepia effect is no longer converted to gray first.
plus Lots of bug fixes and changes, check Readme files for details.

[close]

https://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: 191383
  • Ohne Input kein Output
    • DVB-Cube
Memory Pictures Viewer 1.71
« Antwort #6191 am: 23 April, 2023, 19:20 »
Whats new:>>

    Fixed Check for Updates module
    Reworked the map module

https://www.batchimage.com/product/memory-pics-viewer-windows/

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: 191383
  • Ohne Input kein Output
    • DVB-Cube
Hornil StylePix 3.0.6.0
« Antwort #6192 am: 23 April, 2023, 21:00 »
Hornil StylePix is a graphics editing program with a number of advanced features. Stylepix is an acronym for "Style Pictures". This means your pictures with nice style. It has intuitive user interface. It is designed to control the selected functions easy and conveniently. Even if you have no experience, you can easily learn how to edit image and retouching your photos. As a result, Hornil StylePix's intuitive UI reduces your time to work. To better speed editing, it is designed to focus on light and powerful. We are always striving to improve the performance of Hornil StylePix. It runs on fewer resources environment such as Net-books and laptop computer or virtual machines (vmware, virtual box, virtual pc, etc.) with full image handling features.

Freeware

Changelog

    Reduced the size of the window, and added a “more” button to the toolbar so that users can select functions through a pop-up menu when the toolbar content is not visible.
    Enabled users to drag and drop the desired functionality from the toolbar after selecting a layer in the layer window.
    Fixed the issue where clicking after selecting the drawing tool and switching to a different view did not result in any drawing.
    Fixed the problem where a new document was not created next to the active document.
    Fixed the issue where Korean characters appeared smaller compared to English.
    Fixed some Windows elements that were not updated when the language was changed.
    Fixed the problem where tooltips in a specific toolbar in the layer window were not displayed in the selected language.
    Fixed the issue where the drop-down list in the combo box was not fully displayed on monitors with a small resolution.
    Fixed the issue where the characters in the tab name were broken.
    Modified the language to translate some items that were not translated in the color list.
    Changed the name of the language file.
    Fixed the issue where the icons on the homepage were pixelated.
    Improved some UI elements.

[close]

http://hornil.com/en/products/stylepix/

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: 191383
  • Ohne Input kein Output
    • DVB-Cube
Metalith 10.24
« Antwort #6193 am: 24 April, 2023, 19:10 »
View and manipulate the EXIF, GPS, IPTC, IFD and other metadata of images using this application that can process multiple files at the same time.

Freeware

http://www.metalith.ru/en/index.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: 191383
  • Ohne Input kein Output
    • DVB-Cube
PicView 1.8
« Antwort #6194 am: 24 April, 2023, 19:50 »
PicView is an Open Source Image Viewer for Windows, designed to efficiently and quickly browse through images supporting all common file formats, including .heic, .psd, .png, .jpg & RAW camera image files.

License: GPLv3

Changelog

    Significantly redesigned and improved the user interface.
    Added an option in the context menu to easily switch between zooming and navigating with the mouse wheel.
    Introduced a new setting in the preferences window to adjust the navigation speed when holding down the key.
    Implemented a new context menu for the logo when left-clicked.
    Changed when maximizing the window to go into full-screen mode.
    Added support for full-screen and full-screen image gallery when using the fill image function.
    Resolved the issue of not being able to navigate to the first image in the folder when looping is disabled.
    Fixed the problem of not being able to pick a zip file when choosing from the file picker.
    Modified the behavior of the "Include subdirectories" option, so changing the sorting options does not switch directories and stays in the current one.
    Fixed a crash occurring when navigating back to a renamed file.
    Resolved the problem of the resize function being unable to handle files larger than 2GB.
    Eliminated unintended image dragging when the context menu is open.
    Fixed an error that appeared when launching the application for the first time.
    Corrected a crash that occurred when clicking the EXIF image rating stars when there is no displayed image or the image is not from a file.
    Fixed the scrolling value not updating when using it from the context menu.
    Eliminated crashes when using .webp extensions in the batch resizing window.
    Fixed crashes that occurred when trying to optimize .webp extensions in the batch resizing window.

[close]

https://github.com/Ruben2776/PicView

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 )