Age | Commit message (Collapse) | Author | Files | Lines |
|
AnsiLove/C 4.1.2 (2020-07-04)
- Define _GNU_SOURCE in CMakeLists.txt to avoid cluttering source files
- No need to set HAVE_SECCOMP to 1, defining it is enough
- Remove some unneeded seccomp related includes
- Validate architectures for seccomp
- Add seccomp support on i386, tested on glibc and musl
- Remove extraneous underscore in #if defined check
- Use __NR_ instead of SYS_ prefix in #if defined checks
|
|
|
|
2.0.5
Significant changes relative to 2.0.4:
Worked around issues in the MIPS DSPr2 SIMD extensions that caused failures in the libjpeg-turbo regression tests. Specifically, the jsimd_h2v1_downsample_dspr2() and jsimd_h2v2_downsample_dspr2() functions in the MIPS DSPr2 SIMD extensions are now disabled until/unless they can be fixed, and other functions that are incompatible with big endian MIPS CPUs are disabled when building libjpeg-turbo for such CPUs.
Fixed an oversight in the TJCompressor.compress(int) method in the TurboJPEG Java API that caused an error ("java.lang.IllegalStateException: No source image is associated with this instance") when attempting to use that method to compress a YUV image.
Fixed an issue (CVE-2020-13790) in the PPM reader that caused a buffer overrun in cjpeg, TJBench, or the tjLoadImage() function if one of the values in a binary PPM/PGM input file exceeded the maximum value defined in the file's header and that maximum value was less than 255. libjpeg-turbo 1.5.0 already included a similar fix for binary PPM/PGM files with maximum values greater than 255.
The TurboJPEG API library's global error handler, which is used in functions such as tjBufSize() and tjLoadImage() that do not require a TurboJPEG instance handle, is now thread-safe on platforms that support thread-local storage.
|
|
|
|
Package gift provides a set of useful image processing filters with no
external dependencies outside of the Go standard library.
SUPPORTED FILTERS:
Transformations
- Crop(rect image.Rectangle)
- CropToSize(width, height int, anchor Anchor)
- FlipHorizontal()
- FlipVertical()
- Resize(width, height int, resampling Resampling)
- ResizeToFill(width, height int, resampling Resampling, anchor Anchor)
- ResizeToFit(width, height int, resampling Resampling)
- Rotate(angle float32, backgroundColor color.Color, interpolation
Interpolation)
- Rotate180()
- Rotate270()
- Rotate90()
- Transpose()
- Transverse()
Adjustments & effects
- Brightness(percentage float32)
- ColorBalance(percentageRed, percentageGreen, percentageBlue float32)
- ColorFunc(fn func(r0, g0, b0, a0 float32) (r, g, b, a float32))
- Colorize(hue, saturation, percentage float32)
- ColorspaceLinearToSRGB()
- ColorspaceSRGBToLinear()
- Contrast(percentage float32)
- Convolution(kernel []float32, normalize, alpha, abs bool, delta float32)
- Gamma(gamma float32)
- GaussianBlur(sigma float32)
- Grayscale()
- Hue(shift float32)
- Invert()
- Maximum(ksize int, disk bool)
- Mean(ksize int, disk bool)
- Median(ksize int, disk bool)
- Minimum(ksize int, disk bool)
- Pixelate(size int)
- Saturation(percentage float32)
- Sepia(percentage float32)
- Sigmoid(midpoint, factor float32)
- Sobel()
- Threshold(percentage float32)
- UnsharpMask(sigma, amount, threshold float32)
|
|
|
|
V0.16.0
---------
* Set the scroll indicator size of tabs to that of toolbar buttons.
* Fixed a rare issue in the frame size of grouped elements.
* Added an option to Kvantum Manager for enabling window translucency with
non-integer scale factors after showing a warning.
* A workaround for a rare case of Qt's contradicting QStyle in drawing spin
boxes.
* Fixed the height of combo menu separators.
* Reset widget palettes on changing style from and to Kvantum. This fixes
several problems with on-the-fly style changes, so that an app restart won't be
needed in most cases.
* Updated the code for Qt 5.15.
* Added a workaround for a regression in Qt 5.15, which results in
QStyleOptionTab reporting an incorrect tab position.
|
|
libansilove 1.2.4 (2020-06-21)
- Use size_t in for loops setting color palettes
- Remove unneeded gdImageFill() call when using Workbench mode
- Define _GNU_SOURCE in CMakeLists.txt to avoid cluttering source files
- Use size_t type for variables used to loop over arrays
- Separate RGB values for palettes, makes color allocation code more
readable and efficient
- Move ADF color mapping array to config.h
|
|
Pointed out by pkglint.
|
|
Changes:
0.23.1
------
* Add i18n translation support and add a pt_BR translation
* Change default to autodetect python and gtk versions
* Improve tests and builds on travisCI
* Some documentation updates
* Add support for binary data extraction
* Add support for raw decoding without charset conversions
* Add one shot scanning mode
* Improved OSX and iphone support
* Fix help messages
* Fix some makefile issues
* Fix error detection in video4linux read
* Fix pkgconfig for zbar-qt5
* Fix a double-free condition
|
|
* Fix build with Qt 5.15.0 (PR pkg/55394).
* Do not remove -Werror=implicit-function-declaration.
* Require c++14.
Changelog:
* Improve animation.
* Add watercolor effect brushes.
* More filters.
* Improve layer performance.
* Improve RGBA brushes.
* Multi-dimension export for GIH.
* Add magnetic selection tool.
* Improve Magic Wand.
|
|
|
|
2020-06-12 7.0.10-19 Cristy <quetzlzacatenango@image...>
* Release ImageMagick version 7.0.10-19, GIT revision 17343:e552d22:20200612
2020-06-09 7.0.10-19 Cristy <quetzlzacatenango@image...>
* Improve checking for write failures (reference
https://github.com/ImageMagick/ImageMagick/pull/2081).
2020-06-08 7.0.10-18 Cristy <quetzlzacatenango@image...>
* Release ImageMagick version 7.0.10-18, GIT revision 17333:d071c2032:20200608
2020-06-08 7.0.10-18 Cristy <quetzlzacatenango@image...>
* Colorspace change will remove ICC profile (reference
https://github.com/ImageMagick/ImageMagick6/issues/82).
2020-06-07 7.0.10-17 Cristy <quetzlzacatenango@image...>
* Release ImageMagick version 7.0.10-17, GIT revision 17311:8b5350f:20200607
2020-06-03 7.0.10-17 Cristy <quetzlzacatenango@image...>
* Free up memory after a ICC profile is removed.
2020-05-31 7.0.10-16 Cristy <quetzlzacatenango@image...>
* Release ImageMagick version 7.0.10-16, GIT revision 17294:5be1abe:20200531
2020-05-30 7.0.10-16 Cristy <quetzlzacatenango@image...>
* Fix PDF XREF directory for image sequences with and without ICC profiles.
2020-05-29 7.0.10-15 Cristy <quetzlzacatenango@image...>
* Release ImageMagick version 7.0.10-15, GIT revision 17282:9294896:20200529
2020-05-24 7.0.10-15 Cristy <quetzlzacatenango@image...>
* Clipping was not returning expected results (reference
https://github.com/ImageMagick/ImageMagick/discussions/2061).
* Don't write a ICC profile to PDF if the image is gray (reference
https://github.com/ImageMagick/ImageMagick/issues/2070).
2020-05-22 7.0.10-14 Cristy <quetzlzacatenango@image...>
* Release ImageMagick version 7.0.10-14, GIT revision 17268:e9c804c93:20200522
2020-05-22 7.0.10-14 Cristy <quetzlzacatenango@image...>
* Errant warning when reading a profile file (reference
https://github.com/ImageMagick/ImageMagick/issues/2030).
* Fix one off error on PDF object for images with ICC profile.
|
|
What's new in Matplotlib 3.2
Unit converters recognize subclasses
imsave accepts metadata and PIL options
cbook.normalize_kwargs
FontProperties accepts os.PathLike
Gouraud-shading alpha channel in PDF backend
Kerning adjustments now use correct values
bar3d lightsource shading
Shifting errorbars
Improvements in Logit scale ticker and formatter
rcParams for axes title location and color
3-digit and 4-digit hex colors
|
|
It doesn't have the address space to build a rust compiler so this
is currently broken.
|
|
|
|
This application is a basic image editor, similar to Microsoft Paint, but
aiming at the GNOME desktop.
PNG, JPEG and BMP files are supported.
|
|
Changelog:
Overview of Changes from GIMP 2.10.18 to GIMP 2.10.20
=====================================================
Tools:
- Crop tool now has a "Delete cropped pixels" option active only in
image crop mode, allowing to choose whether to crop layers or only
the canvas (cropped pixels will be made invisible as out-of-canvas
but would still be present). The option is unchecked by default,
as it is the non-destructive behavior, which also means the
default behavior is changed.
- Crop tool in image crop mode will not crop layers with "Lock
pixels" on, anymore, even if "Delete cropped pixels" is checked.
- Painting tools can now restore opacity and blend mode from
presets.
User interface:
- Image / Precision renamed to Image > Encoding
- Tool groups can now display their tool list on hover rather than
on click. This can be set in Preferences, in the Toolbox tab.
- Improved update notification GUI in About dialog, and now also
showing an update comment when one was set in gimp_versions.json.
- Palette Editor dockable: the color index in the current palette is
now shown in front of the color name.
Plugins:
- In file-psd, make the data_start and data_len fields of the
PSDimageres and PSDlayerres structs unsigned, to avoid potential
overflow/sign-extension
- file-raw: Canon CR3 files are now properly recognized by GIMP and
sent to your raw developer software of choice.
- PNG and TIFF export: "Save color values from transparent pixels"
defaults now to not saving color values (i.e. channels set to 0)
when alpha channel is present and 0 itself.
- PDF import: multi-pages are now imported in bottom-first order,
similar to animated formats, and also similar to defaults for PDF
export. This brings consistency but break existing behavior, hence
needs to be noted.
- Added support for exporting 16-bit PSDs, read and write channels
from/to PSd in the right order
Filters:
- The 'Vignette' filter now has on-canvas controls
- New 'Filters -> Blur -> Focus Blur' filter with on-canvas controls
to emulate out-of-focus blurring
- New 'Filters -> Blur -> Variable Blur' filter that uses an aux
mask input to blur an image with variable intensity
- New 'Filters -> Light and Shadow -> Bloom' filter
Updated translations:
- British English, Catalan, Chinese (Taiwan), Dutch, Finnish,
German, Greek, Italian, Korean, Polish, Romanian, Russian,
Spanish, Swedish, Turkish, Ukrainian
Icons:
- Replace fileicon.ico with version contain 24x24, 64x64, 128x128,
and 256x256 sizes for Windows icon
- Replace wilber.ico with version containing 128x128 size of Windows
icon
Bug fixes:
- #189, #354, #872, #1439, #3405, #3533, #3558, #3777, #3841, #4094,
#4328, #4363, #4487, #4618, #4641, #4663, #4696, #4734, #4745,
##4793, 4827, #4846, #4858, #4871, #4895, #4904, #4919, #4967,
##4968, #4992, 4996, #5009, #5010, #5033
|
|
Changelog:
GEGL-0.4.24 2020-06-07
Build:
~~~~~~
CI creation and caching of container images for build. Force support for 64bit
file offsets on win32, re-enabling >2GB tile swap, fallout from migration to
meson. Operations in workshop are now built as a bundle.
Core:
~~~~~
cppcheck liniting fixes. Report pixel-formats as part of graphviz debug. New
meta-data API, that permit handling non-exif metadata in different file loaders
and savers in a generic manner. Use g_ascii_strtod to avoid being tripped up
by ',' expected through locale.
Buffer:
~~~~~~~
Fixed integer overflow in u32 bilinear blit scaler.
Changed cubic interpolation to be a bit softer, reducing induced moire seen in
issue #167. Speeded up cubic sampler with custom inlinable fabsf.
Gracefully fail when running out of swap space. issue #229 Avoid
possible deadlock in file monitoring, working around upstream issue. Reduced
contention on tile allocation. Allow creating buffers with uninitialized data,
and tracking of empty tiles in tile backends. Sleep on tile lock contention,
reducing contention when hyperthreading. Cppcheck liniting fixes.
Operations:
~~~~~~~~~~~
Meta-operations now have an additional vfunc, update(), which gets invoked on
property changes, all meta ops have been refactored to use the new cleaner API.
gegl_operation_meta_watch_node(s) were already effectively nops, they are
marked as deprecated and left as stubs for thid party ops still calling them.
We now provide our own inlined versions of some basic single precision floats
ops, this enables inlining of performance critical code also with lower
optimization levels.
crop: with no parameters set, infer rectangle to crop from graph.
crop: cropping rectangle can be implied from graph.
hue-chroma: avoid modifying hue/chroma of neutrals
dropshadow: added option for shadow growing
median-blur: accept negative radius values
rgb-clip: add parameters for specifying clipping ranges
vignette: new shapes, horizontal and vertical.
imgcmp: make max-diff property conform to gobject standard.
save-pixbuf: use a GObject for consumer read instead of pointer property.
gegl-graph: add a gegl-chain tutorial as default script.
New Ops:
border-align: place a buffer within the borders of another one.
pack: joins two buffers into one, with optional gap.
bloom: adds a glow around highlights.
piecewise-blend: uses a grayscale map as index into array of buffers used as LUT.
variable-blur: uses piecewise-blend piecewise-blend and gaussian blur to approximate blurs with per-pixel blur radius.
focus-blur: a vignetting blur, using variable-blur.
reset-origin: moves upper left of extent to 0,0
band-tune: parametric band equalizer for tuning frequency bands of image.
|
|
Changelog:
2020-06-07 babl-0.1.78
Bugfix release - mutex and atomicity related issues.
2020-05-27 babl-0.1.76
Wrap hue in HSV, HSL, HCY. Fix black pullout in non ICC CMYK
conversion. Added AV2 gamme u8->linear float conversions. VAPI file generation
for vala integration. Adjusted strategy for conversion selection, trades back
warm-up time for missing some fast multi-step conversions.
|
|
This allows rust-bin and rust to coexist in bulk builds (for testing, etc),
but the packages still may not be installed at the same time.
rust.mk as a solution for picking the correct rust variant was suggested
by gdt@. It is intended to be included directly by packages that do not
use cargo.mk, and indirectly by packages that do use cargo.mk.
rust.mk provides one user-settable variable:
RUST_TYPE
as before, whether to bootstrap rust from source or use
official binaries. may be "src" or "bin"
And two package-settable variables:
RUST_REQ
the minimum version of Rust required by the package.
defaults to "1.20.0"
RUST_RUNTIME
whether Rust is a runtime dependency, may be "yes" or "no"
|
|
|
|
|
|
pdfpc is a GTK-based presentation viewer which uses Keynote-like
multi-monitor output to provide meta information to the speaker
during the presentation. It is able to show a normal presentation
window on one screen while showing a more sophisticated overview
on the other one, providing information like a picture of the next
slide, as well as the time left in the presentation. pdfpc processes
PDF documents, which can be created using nearly all modern
presentation software.
|
|
pkgsrc changes:
- sane-backends seems now make jobs safe
- Add dependency to c++11 for genesys backend
- Remove no longer needed patch-backend_epsonds.c: now sys/time.h is included
- Use BJNP_HOST_MAX instead of non-portable/POSIX HOST_NAME_MAX via
patch-backend_pixma_pixma__bjnp.c
- Update MASTER_SITES and remove it from Makefile.common: the current one is
specific to sane-backends
Changes:
1.0.30
------
This release fixes several security related issues and a build issue.
### Backends
- `epson2`: fixes CVE-2020-12867 (GHSL-2020-075) and several memory
management issues found while addressing that CVE
- `epsonds`: addresses out-of-bound memory access issues to fix
CVE-2020-12862 (GHSL-2020-082) and CVE-2020-12863 (GHSL-2020-083),
addresses a buffer overflow fixing CVE-2020-12865 (GHSL-2020-084)
and disables network autodiscovery to mitigate CVE-2020-12866
(GHSL-2020-079), CVE-2020-12861 (GHSL-2020-080) and CVE-2020-12864
(GHSL-2020-081). Note that this backend does not support network
scanners to begin with.
- `magicolor`: fixes a floating point exception and uninitialized data
read
- fixes an overflow in `sanei_tcp_read()`
### Build
- fixes a build issue where linker flags would become link time
dependencies (#239)
1.0.29
------
### Backends
- adds an `escl` backend (theoretically supporting *all* AirPrint
devices with a scan unit)
- adds support for 23 new scanner models via existing backends
- significantly changes `genesys` and `pixma` backends
- fixes bugs in `canon_dr`, `fujitsu`, `hp3900`, `mustek_usb2`,
`plustek` and `xerox_mfp` backends
- fixes *all* compiler warnings on Debian 10 (#120)
- fixes portability issues for uClibc-ng and MacOS builds
- adds support to record and replay USB I/O traffic
- adds timestamps to debug logs
### Frontends
- fixes a 32-bit arithmetic overflow issue in `scanimage`
### Documentation
- updates translations for British English, Catalan, German,
Ukrainian, Valencian
- adds `scangearmp2` external backend descriptions
- updates `hpaio` and `utsushi` external backend descriptions
- adds the `ChangeLogs/` directory to the source tarball (#103)
### Build
- additionally requires `libcurl` and `libxml2` to build the `escl`
backend
- requires `libxml2` for USB I/O recording and replay functionality
- re-enables pthread support for backends that use its API directly,
irrespective of the `pthread_t` type (#153)
- moves the `genesys` and `pixma` backends to a directory of their own
1.0.28
------
### Backends
- adds a `ricoh2` backend
- adds support for 40+ new scanner models
- significantly changes `canon_dr`, `fujitsu`, `genesys`, `gt68xx`,
`hp5590` and, `pixma` backends
- fixes bugs in `as6e`, `avision`, `mustek` and `plustek` backends
- fixes scores of compiler warnings
### Frontends
- adds, changes and removes options for `saned` (see `man 8 saned` for
details)
- adds: `-l` (listen), `-D` (daemonize), `-o` (once), `-e` (stderr),
`-u` (user)
- removes: `-s` (syslog).
Use `-a -d level -o -f` for the old behavior
- changes: `-d` (debug).
Use `-a -d level -o -f -e` for the old behavior
- `saned` now cancels scans if the data connections appears to have
gone away (after 4 seconds by default, configurable in `saned.conf`)
- adds `--output-file` option to `scanimage`
- adds `--help` option to `scan-find-scanner`
- changes `sane-desc` to create relative hyperlinks
### Documentation
- adds translations for Catalan, Hebrew and Valencian
- updates translations for British English, Dutch, German and
Ukrainian
- marks unmaintained backends as such
- documents USB workaround in `sane-usb` manual page
### Build
- requires a C++11 compatible compiler for the `genesys` backend
- requires a JPEG library when building the `pixma` backend
- fixes unneeded linking when not using preloadable backend support
- disables pthread support for systems with non-integral `pthread_t`
type
- fixes USB support detection on BeOS and OS/2 at `./configure` time
- normalizes trailing whitespace in source code files. If you have
local patches that no longer apply, have a look at the whitespace
ignoring options of `patch` and `git apply`.
|
|
(The one in sane-backends/Makefile.common will be removed because no
longer in common.)
|
|
* Release v3.4.1
* Fix lossless rotate not being lossless when using feh with Imlib2 v1.6
or later
|
|
|
|
|
|
|
|
|
|
changes unknown
|
|
Changelog:
With over 1250 bugfixes, and further critical fixes due throughout
the next two years as part of the Long Term Support program, Blender
2.83 LTS provides the performance and stability needed for major
projects. New features include VR support, OpenVDB import, OptiX
viewport denoising and a powerful new physics-enabled Cloth Brush.
|
|
|
|
After some short discussion, we will keep the policy.xml patch for now.
|
|
Remove no longer required security fix in policy.xml because we already provide
a fixed version of GhostScript and ImageMagick.
|
|
5.68
Fix pri file to not fail with CamelCase includes
Fix pri file to have qmake name of QtGui as dependency
5.69
Also expose the true minimum size to QML
Add a new set of barcode size functions
Simplify minimum size handling
Move barcode image scaling logic to AbstractBarcode
Add API to check whether a barcode is one- or two-dimensional
|
|
5.70
Port foreach (deprecated) to range for
|
|
5.69
Port the HDR plugin from sscanf() to QRegularExpression. Fixes FreeBSD
5.70
Add support for modern Gimp images/XCF files
|
|
5.70
Add note about porting loadMimeTypeIcon
|
|
5.67
create Breeze style Kate icon based on new design by Tyson Tan
Change VLC icon to be more like official VLC icons
add ktrip icon from ktrip repo
Add icon for application/sql
Cleanup and add 22px media repeat icons
Add icon for text/vnd.kde.kcrash-report
Turn application/x-ms-shortcut into an actual shortcut icon
5.68
Add network-wireless-hotspot icon
Move telegram panel icons to status category
[breeze-icons] Add telegram-desktop tray icons
[breeze-icons] New 48px telegram icon
Add rss icons in action
Remove 48px telegram icons
Hotfix to make sure validation is not done in parallel to generation
New yakuake logo/icon
Fix inconsistencies and duplicates in network-wired/wireless icons
Fix old text color values for osd-* icons
only install generated icons if they were generated
escape all pathies to ensure the CI system works
set -e on the generator script so it properly errors out on errors
build: fix the build where install prefix is not user-writable
hotfix new 24x generator to use bash instead of sh
Also auto-generate 24@2x compatibility symlinks
Auto-generate 24px monochrome icons
Add icons that were only in actions/24 to actions/22
Set document scale to 1.0 for all actions/22 icons
Add new `smiley-add` icons
Make shapes and shape-choose icons consistent with other -shape icons
Make smiley-shape consistent with other -shape icons
Make flower-shape and hexagon-shape icons consistent with other -shape icons
Replace <use/> with <path/> in muondiscover.svg
Add status icons: data-error, data-warning, data-information
Add icon for org.kde.Ikona
add vvave icon
add puremaps icon
Unify the look of all icons containing (no sign)
New icon for KTimeTracker
Optimize KTrip and KDE Itinerary icons
update travel-family icons
5.69
Fix broken symlinks
Move corner fold to top right in 24 icons
Make find-location show a magnifier on a map, to be different to mark-location
Add 16px LibreOffice icons
Fix configure when xmllint is not present
Fix stylesheet linking in 8 icons
Fix some stylesheet colors in 2 icon files
Fix symlinks to incorrect icon size
Add input-dialpad and call-voicemail
Add buho icon
Add calindori icon in the new pm style
Add nota icon
[breeze-icons] fix shadow in some user (applets/128) icons
Add call-incoming/missed/outgoing
Handle busybox's sed like GNU sed
Add transmission-tray-icon
Improve pixel alignment and margins of keepassxc systray icons
Revert "[breeze-icons] Add telegram-desktop tray icons"
Add small icons for KeePassXC
[breeze-icons] add TeamViewer tray icons
Add edit-reset
Change document-revert style to be more like edit-undo
Icons for emoji categories
Add flameshot tray icons
5.70
Move document corner fold to top right in two icons
Add 16px konversation icon
correct vscode icon name
Add 16px Vvave icon
add alligator icon
Add preferences-desktop-tablet and preferences-desktop-touchpad icons
Update links in README.md
build: quote source directory path
Allow building from a read-only source location
Add expand/collapse icons to accompany existing expand-all/collapse-all
icons
Add auth-sim-locked and auth-sim-missing
Add sim card device icons
Add rotation icons
Add 16px System Settings icon
Change ButtonFocus to Highlight
Improve the look of kcachegrind
Remove border from format-border-set-* icons
|
|
5.68
Support data-error/warning/information also in 32,46,64,128 sizes
Add "plugins" action item, to match Breeze icons
Add status icons: data-error, data-warning, data-information
|
|
|
|
|
|
The release of giflib 5.1.9 removed GifQuantizeBuffer from its API as it was
undocumented. Unfortunately a number of third party programs were relying on
this function, and no longer built without it.
The original attempt to fix this was to build and install the libgifutil.so
library that now contains it, but this was done incorrectly (the SONAME was
broken) and required modifying those third party programs anyway to pull in
libgifutil (see e.g. multimedia/mplayer-share), which feels like completely
missing the point.
It is a lot simpler and less error-prone to simply revert the upstream decision
and put GifQuantizeBuffer back into the main library. This is the approach
that other upstreams (e.g. Fedora) have taken, and so we now do the same.
Bump PKGREVISION.
|
|
CHANGES BETWEEN 2.10.1 and 2.10.2
I. IMPORTANT CHANGES
- Support of WOFF2 fonts. This code contribution was Nikhil
Ramakrishnan's GSoC 2019 project.
II. MISCELLANEOUS
- Function `FT_Get_Var_Axis_Flags' returned random data for Type 1
MM fonts.
- Type 1 fonts with non-integer metrics are now supported by the new
(CFF) engine introduced in FreeType 2.9.
- Drop support for Python 2 in Freetype's API reference generator
`docwriter' (Python >= 3.5 is required for targets `make refdoc'
and `make refdoc-venv').
- Auto-hinter support for Hanifi Rohingya.
- Document the `FT2_KEEP_ALIVE' debugging environment variable.
- The Visual C++ (and Visual C) project files for Windows builds no
longer generate libraries that contain the FreeType version in its
filenames. Instead, a resource file gets used to make the
libraries contain the corresponding information.
- The next release will remove Jam build support.
- The `ftbench' demo program has a new test for testing the
`FT_Glyph_Stroke' functionality.
|
|
as suggested by @leot
|
|
as suggested by @leot
|
|
as suggested by @leot
|
|
|