GIMP

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
38244
Reakcje/Polubienia
34076
GIMP 2.10.28
  • Bug fixes for GIMP on Windows:
  • Very slow file dialogs: it used to happen when network devices were slow or unavailable, or pluggable devices disconnected, or even because of fake floppy drives configured in the BIOS. GLib was using an inappropriate Windows API to get some information about drives. This has been fixed! (#913, glib!2020)
  • Opening files in specific third-party software was crashing GIMP: apparently, these applications were editing the file-handling registry field while GLib had a buggy watcher on the registry. (#6780, glib!2205, glib!2210)
  • GTK was outputting the wrong character on some keyboard input using Input Engines (e.g. alphanumeric characters were interpreted as half-width katakana when using the Japanese IME). (#1603, gtk!3741)
  • TIFF exporting used to lock the TIFF files because of a bug in the Windows thumbnailer (Explorer.exe would acquire a lock on the file and never release it). Since Microsoft doesn’t seem to want to fix this long-standing bug, we decided to switch to another way of creating thumbnails by adding a “reduced-resolution image” as the second page of the TIFF, as proposed in the TIFF specification, instead of adding a subifd thumbnail. This takes care of the lock issue in a nice way, bypassing Explorer‘s bug. Of course, it means that programs that can’t reads tags properly might try opening thumbnails as additional pages, even though it is explicitly annotated as “reduced-resolution image“. If you ever run into this very issue, please report it to developers of such programs. What they need to check is the SubFile type of the pages their software opens (as per TIFF specification). (#3740)
  • GIMP used to prevent some applications to open, when these programs needed to watch some specific directory, because GLib was reading directory with inappropriate access rights. Actually, this fix has been available since GIMP 2.10.24. (#4594, glib!1976)
  • Windows software with invisible windows (e.g. gesture shortcuts, screen capture and the like) used to interfere with GTK software and break some mouse interactions. We have had a patch for this, by Ell, since 2017, which we used for all GIMP 2.10.x releases. Unfortunately, with GTK2 maintenance stopped, our patch was only available in the bugtracker and in our binaries, while it was beneficial to other GTK software, even in GTK3 or newer. It has only recently been reworked and improved by Luca Bacci so that this problem is now officially fixed in GTK3 too! (#1082, gtk!2767)
  • The Dashboard dockable now has memory support in OpenBSD.
  • Performance improvements for GIMP on macOS Big Sur were applied in our macOS packages since GIMP 2.10.22 as experiments. We felt confident enough to move the code to our main codebase.
  • The following plug-ins received fixes: C-source, DICOM, GIF, PS, Sunras, BMP, DDS, PSD, TIFF, Gimpressionist, metadata viewer and several script-fu scripts as well as the script-fu interpreter itself.
  • Some accessibility issues in themes were fixed, such as mouse-hover feedback or problematic colors.
  • A new Script-Fu function (dir-make) enables to create directories from scripts.
Zaloguj lub Zarejestruj się aby zobaczyć!
 
Ostatnia edycja:

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
38244
Reakcje/Polubienia
34076

GIMP 2.10.30​

December 22, 2021
  • Core:
  • Do not follow subpixel font rendering choice from system settings for text layer rendering. These systems are useful for GUI rendering on a screen of a specific type and pixel order. Yet when rendering an image which can be zoomed in or out, showed on various screens or even printed, subpixel font rendering doesn't make sense.
  • Ignore MakerNote metadata tag at export and only store the tags that go in it, hence avoiding partial invalid metadata.
  • Color picking from Colors dockable can now use the Freedesktop portal.
  • On Windows, move from GetICMProfile() to WcsGetDefaultColorProfile() because the former is broken in Windows 11.
  • Plug-ins:
  • metadata-viewer: improve how XMP tags with multiple values are handled and shown (now each value on a separate line for better readability).
  • metadata-editor:
  • XMP array tags of type BAG and SEQ are now on separate lines.
  • Comparing XMP tags with equivalent IPTC tags with multiple values, each value is compared individually, instead of comparing the list as a whole.
  • Many robustness improvements and other fixes to the metadataplug-ins.
  • AVIF: prefer AOM encoder for export.
  • PSD:
  • Skip sanity check for mask of rendered layers as some layer mask have invalid dimensions in such cases. They will now be loaded correctly.
  • Fixed loading of CMYK PSD files without alpha.
  • Fixed loading of CMYK images without layers.
  • Fixed loading of merged image of a 16 bit per channel RGBA PSDfile with the alpha channel opaque.
  • PBM: large file export now always works and does not depend anymore on the platform's long int size.
  • Screenshot:
  • GNOME shell implementation dropped because the D-Bus API has been restricted to core components for security reasons, thus our plug-in was failing.
  • KDE portal moved as last fallback after the X implementation (when running on X) and Freedesktop portal, because KDE is also starting to block API calls for security reasons.
  • Installer:
  • Extension .avif now associated to GIMP.
  • Drop codepage conversion, use UTF-8 for language files.
Zaloguj lub Zarejestruj się aby zobaczyć!
 

josephine

Bardzo aktywny
Zasłużony
Dołączył
14 Czerwiec 2020
Posty
3996
Reakcje/Polubienia
22132
GIMP 2.10.32

Grzd1TU.jpg



Zaloguj lub Zarejestruj się aby zobaczyć!


Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
38244
Reakcje/Polubienia
34076

GIMP 2.10.34 Update 1​

  • Core:
  • Check for updates now works on macOS (backported from 2.99.14).
  • Update help IDs for better integration with the documentation website.
  • Symmetry dockable contents is now shown, yet deactivated, when no images are opened, improving discoverability (backported from 2.99.14).
  • DBus fully disabled on macOS (in some case, it could even freeze GIMP process when dbus is present yet not responding). Open With feature (e.g. from file browsers) still work fine as it uses a different code path on macOS. Other features using dbus (opening files or running batch commands from a separate GIMP process) won't work, but they probably never did on macOS anyway.
  • "Canvas Size" dialog took too much vertical space and now better uses the horizontal space by moving the preview and offset fiels to the right side, and the "Center" button just below (backported from 2.99.8).
  • Template selector (backported from 2.99.6) in resize dialog.
  • Color scale preferences (0..255/0..100 and LCh/HSV settings in Colors selection dialogs) are now remembered across sessions.
  • Eye icon header added to the item tree views to make it more obvious where to click for item visibility and links (backported from 2.99.10)
  • Revert color proofing behavior changed in 2.10.32 which resulted in inconsistent past workflows.
  • "Lock path strokes" tooltip for the dockable icon was renamed "Lock path".
  • Plug-ins:
  • DDS: make GUI translatable.
  • File-raw: added high bit depth precision export (partial backport from 2.99.12).
  • TIFF:
  • Various bug fixes;
  • Better check for invalid resolutions on import;
  • Do not generated warnings for incorrect RichTIFFIPTC tags produced by Adobe products (only output a message to stderr, for not completely ignoring these);
  • Loading "reduced" image or not is now an option. We use a heuristic for the default value of said option (trying to guess if it's a thumbnail by using common usage), but final decision is now up to one knowing the image you load (backported from 2.99.14);
  • Default TIFF export format is "normal" TIFF, not BigTIFF (making it default was definitely an error in 2.10.32).
  • PSD:
  • Various bug fixes;
  • Useless physical unit conversion removed;
  • Backported improvement (2.99.10) for importing layers with clipping set (leading to color bleeding);
  • Backported improvements (2.99.10) for importing clipping layers;
  • Paths are now exported (backported from 2.99.14).
  • WebP: more informative error messages in some cases.
  • Flame: various bug fixes.
  • JPEG-XL:
  • Metadata import backported from 2.99.14 - (requires libjxl 0.7.0)
  • Partial backport (2.99.8) of JPEG-XL export; export is always in 8bit lossless.
  • HEIF: various bug fixes.
  • Dicom: various bug fixes.
  • help:
  • Support in GIO for macOS platform).
  • Animation-play: fixed on macOS.
  • PDF:
  • Import: new option "Fill transparent areas with white" to fill the background in white (ON by default as most office PDF writers seem to rely on readers filling the background with white), allowing importing transparent PDF files.
  • Export: new option "Fill transparent areas with background color" allowing to decide whether to export a PDF with transparent background.
  • TGA:
  • Added a workaround to load wrongful TGA files exported by Krita (which they fixed on their side too now, see Krita bug 464484).
  • ICO and CUR:
  • Magics detection for these formats has been removed (now using only using filename extension) because it was interfering with the detection of certain types of TGA images (which are likely more common than ICO and CUR files, and extension for these should be reliable enough).
  • Libgimpbase:
  • GimpMetadata API (in particular the gimp_metadata_set_from_*() functions) are now much less memory-hungry (backported from the main dev branch) when using GExiv 0.12.2 or over. With some huge metadata, it could cause long freeze or even crashes of plug-ins.
  • Libgimpwidgets:
  • Color-picking with X11 is now the default when compiled with X11, even if a color-picking portal also exists, because it is always right, whereas portals return color in display space without the space information itself (i.e. without profiles).
  • New dedicated GimpPickButton implementation for Windows (backported from 2.99.14).
  • Libgimp:
  • New wrapper functions around GEGL ops, which also map to items in our Color menu:
  • Gimp_drawable_shadows_highlights()
  • Build:
  • Bumping minimum GEGL to version 0.4.38.
  • Bumping minimum libjxl to version 0.7.0.
  • New GIMP_RELEASE macro to tell if code is a release or in-between release(different from GIMP_UNSTABLE which was telling if we are in a stable or
  • Development branch).
  • Our stable CI now uses Debian stable where Python2 is still present.
Zaloguj lub Zarejestruj się aby zobaczyć!
 
Do góry