gpt4 book ai didi

objective-c - Airprint(ios) 中的内存管理

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:46:15 25 4
gpt4 key购买 nike

这是我的情况:我有很多位图图像(高分辨率)。我想使用 Airprint 打印这些图像。我找到了一种打印图像的方法。

NSArray array = {image1, image2, image3, image4..... image100}
UIPrintInteractionController *pic;
pic.printingItems = array;

所以,我知道这是可能的。

但是!!这种方法使用大量内存。由于我要打印很多图像并且数组的大小变大,所以我不能使用这种方法。所以,我想知道如何在 Airprint 中打印很多图像。

有这样的回调函数吗?

Airprint says : "give me a next printing image" and then i can give an image.

最佳答案

也许您可以创建自己的图像类?使用 Objective C,您不一定需要从基础 UIImage 开始。您可以制作一些行为类似于 UIImage 但可以更好地处理内存的东西。

关于objective-c - Airprint(ios) 中的内存管理,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8484658/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com