Skip to content

Commit eab7971

Browse files
committed
GPUJPEG 0.27.0
1 parent df3330d commit eab7971

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.10.0 FATAL_ERROR)
22
# change version also in configure.ac
3-
project(gpujpeg VERSION 0.26.0 LANGUAGES C CUDA)
3+
project(gpujpeg VERSION 0.27.0 LANGUAGES C CUDA)
44

55
# options
66
set(BUILD_OPENGL OFF CACHE STRING "Build with OpenGL support, options are: AUTO ON OFF")

NEWS.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2025-05-12 - 0.27.0
2+
----------
3+
4+
- bug fixes (including build)
5+
- pin lesser amount of RAM - improves performance if small amount of
6+
images given in a batch; also reduces the physical memory used
7+
- do not allocate pinned memory for quantizied data if Huffman is on GPU
8+
- support reading/writing BMP and TGA (thanks to notings/stb)
9+
110
2025-01-17 - 0.26.0
211
----------
312

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AC_PREREQ([2.65])
22
# change version also in CMakeLists.txt
3-
AC_INIT([libgpujpeg],[0.26.0],[https://github.com/CESNET/GPUJPEG/issues],[libgpujpeg],[https://github.com/CESNET/GPUJPEG])
3+
AC_INIT([libgpujpeg],[0.27.0],[https://github.com/CESNET/GPUJPEG/issues],[libgpujpeg],[https://github.com/CESNET/GPUJPEG])
44
AC_CONFIG_MACRO_DIR([m4])
55
AC_CONFIG_SRCDIR([src/main.c])
66
AC_CONFIG_AUX_DIR([.])

0 commit comments

Comments
 (0)