Files
qlImageSize-mirror/common/bpg_decode.h
Nyx0uf 16bf701b09 dpi
2018-12-19 19:17:54 +01:00

20 lines
408 B
Objective-C

//
// bpg_decode.h
// qlImageSize
//
// Created by @Nyx0uf on 30/12/14.
// Copyright (c) 2014 Nyx0uf. All rights reserved.
//
#import "tools.h"
#ifdef NYX_QL_SUPPORT_BPG_DECODE
CF_RETURNS_RETAINED CGImageRef decode_bpg_at_path(CFStringRef filepath, image_infos* infos);
#endif
#ifdef NYX_MD_SUPPORT_BPG_DECODE
bool get_bpg_informations_for_filepath(CFStringRef filepath, image_infos* infos);
#endif