History log of /haiku/src/tools/hvif2png/hvif2png.cpp
Revision Date Author Comments
# 36aafa56 04-Dec-2020 X512 <danger_mail@list.ru>

fix build after CObjectDeleter interface change

Change-Id: I76e217abcd13c22c4d68170e07333cdde4d7a891
Reviewed-on: https://review.haiku-os.org/c/haiku/+/3461
Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>


# f029289c 01-Mar-2020 Adrien Destugues <pulkomandy@pulkomandy.tk>

hvif2png: allow larger sizes.

What if I need some high resolution rendering of icons?

Also fix the error message for out of range/unparsable sizes that would
show "-s" as the problematic size.


# 874bb4ed 18-Jul-2015 Andrew Lindesay <apl@lindesay.co.nz>

hvif2png: Input file reading fix, file magic check

* Fix an infinite loop on reading a larger file.
* Check hvif magic number

Ticket #12207.

Signed-off-by: Ingo Weinhold <ingo_weinhold@gmx.de>


# 07214447 18-Jul-2015 Ingo Weinhold <ingo_weinhold@gmx.de>

hvif2png: Fix closing of streams

* h2p_close_state():
- Don't close stdin/stdout.
- Set in/out to NULL to prevent accidental double closing.
* h2p_open_streams(): Simplify closing on error. No need for
fclose_quietly().


# afdc8efb 18-Jul-2015 Ingo Weinhold <ingo_weinhold@gmx.de>

hvif2png: Coding style cleanup


# f712bf3e 14-Jul-2015 Andrew Lindesay <apl@lindesay.co.nz>

Add build tool to render hvif icon files as png

Signed-off-by: Ingo Weinhold <ingo_weinhold@gmx.de>


# 874bb4ede91e5847b4ae40c3459b356be045ecf8 18-Jul-2015 Andrew Lindesay <apl@lindesay.co.nz>

hvif2png: Input file reading fix, file magic check

* Fix an infinite loop on reading a larger file.
* Check hvif magic number

Ticket #12207.

Signed-off-by: Ingo Weinhold <ingo_weinhold@gmx.de>


# 0721444745fa7c92270f1f1b55f98f31ea97851a 18-Jul-2015 Ingo Weinhold <ingo_weinhold@gmx.de>

hvif2png: Fix closing of streams

* h2p_close_state():
- Don't close stdin/stdout.
- Set in/out to NULL to prevent accidental double closing.
* h2p_open_streams(): Simplify closing on error. No need for
fclose_quietly().


# afdc8efb277e7bb09dcd3f82c6ae52d775eeedd4 18-Jul-2015 Ingo Weinhold <ingo_weinhold@gmx.de>

hvif2png: Coding style cleanup


# f712bf3e6060e48c9de7c73b2b6961f6ccb298e4 14-Jul-2015 Andrew Lindesay <apl@lindesay.co.nz>

Add build tool to render hvif icon files as png

Signed-off-by: Ingo Weinhold <ingo_weinhold@gmx.de>