• <i id='ykXWr'><tr id='ykXWr'><dt id='ykXWr'><q id='ykXWr'><span id='ykXWr'><b id='ykXWr'><form id='ykXWr'><ins id='ykXWr'></ins><ul id='ykXWr'></ul><sub id='ykXWr'></sub></form><legend id='ykXWr'></legend><bdo id='ykXWr'><pre id='ykXWr'><center id='ykXWr'></center></pre></bdo></b><th id='ykXWr'></th></span></q></dt></tr></i><div id='ykXWr'><tfoot id='ykXWr'></tfoot><dl id='ykXWr'><fieldset id='ykXWr'></fieldset></dl></div>
    <tfoot id='ykXWr'></tfoot>

    <small id='ykXWr'></small><noframes id='ykXWr'>

      • <bdo id='ykXWr'></bdo><ul id='ykXWr'></ul>

      1. <legend id='ykXWr'><style id='ykXWr'><dir id='ykXWr'><q id='ykXWr'></q></dir></style></legend>

        UIImagePickerControllerEditedImage 的问题

        时间:2023-05-31
            <legend id='9woZH'><style id='9woZH'><dir id='9woZH'><q id='9woZH'></q></dir></style></legend>
            <tfoot id='9woZH'></tfoot>
            • <bdo id='9woZH'></bdo><ul id='9woZH'></ul>
                <tbody id='9woZH'></tbody>
            • <i id='9woZH'><tr id='9woZH'><dt id='9woZH'><q id='9woZH'><span id='9woZH'><b id='9woZH'><form id='9woZH'><ins id='9woZH'></ins><ul id='9woZH'></ul><sub id='9woZH'></sub></form><legend id='9woZH'></legend><bdo id='9woZH'><pre id='9woZH'><center id='9woZH'></center></pre></bdo></b><th id='9woZH'></th></span></q></dt></tr></i><div id='9woZH'><tfoot id='9woZH'></tfoot><dl id='9woZH'><fieldset id='9woZH'></fieldset></dl></div>

                  <small id='9woZH'></small><noframes id='9woZH'>

                1. 本文介绍了UIImagePickerControllerEditedImage 的问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  限时送ChatGPT账号..

                  我需要在导入应用程序之前编辑我的图像,但在编辑图像后会降低一些质量如何避免这种情况?

                  I need edit my Images before they import to the app but after editing the image reduces some quality how can avoid this ?

                  - (void) imagePickerController:(UIImagePickerController *)picker didFinishPickingMediaWithInfo:(NSDictionary *)info {
                  
                      [self dismissModalViewControllerAnimated:YES];
                      imgEdited.image = [info objectForKey:UIImagePickerControllerEditedImage];
                  
                  
                  }
                  

                  推荐答案

                  - (void)imagePickerController:(UIImagePickerController *)picker 
                                        didFinishPickingMediaWithInfo:(NSDictionary *)info {
                  
                    [picker dismissModalViewControllerAnimated:YES];
                    [picker release];
                  
                            // Edited image works great (if you allowed editing)
                    myUIImageView.image = [info objectForKey:UIImagePickerControllerEditedImage];
                            // AND the original image works great
                    myUIImageView.image = [info objectForKey:UIImagePickerControllerOriginalImage];
                            // AND do whatever you want with it, (NSDictionary *)info is fine now
                    UIImage *myImage = [info objectForKey:UIImagePickerControllerEditedImage];
                  }
                  

                  您可以编辑您的图像.试试这个,它可能适用于您的应用程序.谢谢!

                  You can edit ur image. Try this it may work for your application.Thanks!

                  这篇关于UIImagePickerControllerEditedImage 的问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:如何在IOS中查看网络2G或3G? 下一篇:如何通过单独提供密钥文件来播放 m3u8 加密播放

                  相关文章

                  最新文章

                    <tfoot id='BE3gJ'></tfoot>

                    <small id='BE3gJ'></small><noframes id='BE3gJ'>

                      <bdo id='BE3gJ'></bdo><ul id='BE3gJ'></ul>
                    <i id='BE3gJ'><tr id='BE3gJ'><dt id='BE3gJ'><q id='BE3gJ'><span id='BE3gJ'><b id='BE3gJ'><form id='BE3gJ'><ins id='BE3gJ'></ins><ul id='BE3gJ'></ul><sub id='BE3gJ'></sub></form><legend id='BE3gJ'></legend><bdo id='BE3gJ'><pre id='BE3gJ'><center id='BE3gJ'></center></pre></bdo></b><th id='BE3gJ'></th></span></q></dt></tr></i><div id='BE3gJ'><tfoot id='BE3gJ'></tfoot><dl id='BE3gJ'><fieldset id='BE3gJ'></fieldset></dl></div>
                    1. <legend id='BE3gJ'><style id='BE3gJ'><dir id='BE3gJ'><q id='BE3gJ'></q></dir></style></legend>