iOS CGContextDrawImage <error>空路径剪辑

时间:2017-02-02 02:36:19

标签: ios objective-c cgcontextdrawimage

我正在开发应用程序,它可以从图像制作视频并且运行良好。 将图像导出为视频效果很好,插入水印也正常工作。

但是,当应用程序进入后台并返回应用程序并导出视频时,应用程序崩溃。

这是源代码:

CGContextRestoreGState(context);

CGContextDrawImage(context, CGRectMake(208*2 - 5 , 5*2, 89 * 2, 20 * 2), mWaterMarkCGImage);

错误发生在CGContextDrawImage。

有人可以帮助我吗?

1 个答案:

答案 0 :(得分:0)

确保在app进入后台时保存上下文。

<fieldset  data-ng-repeat="choice in choices">
    <div class="col-xs-12">
        <div class="row">
            <div class="col-xs-10">
                <textarea name="{{choice.name}}" ng-model="choice.name" class="form-control textbox1" id="exp_details" placeholder="Experience" required="required" rows="3"></textarea>
            </div>
            <div class="col-xs-2">
                <button class="remove" ng-show="$last" ng-click="removeChoice()">-</button>
            </div>

        </fieldset>