PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Friday, July 29, 2022

[FIXED] How to manipulate an image to have the depth effect on iOS16

 July 29, 2022     image, ios, ios16, swift     No comments   

Issue

What kind of images (other than photos taken on iPhone), can get the depth effect on iOS16?

What should be modified or added to a photo like this:

enter image description here

So it could have the depth effect that photos taken on iPhone have, like this.

enter image description here

Strangly, even though the image of the fish is not appropriate for depth effect, the subject can be easily extracted with a long press, like it is described here. The following subject is received:

enter image description here


Solution

As far as I can tell, if you can extract the subject, you can use it for depth on the lockscreen. I've noticed that it will only cover up a small percentage of the time (e.g. just the bottom of the numbers in 10:41) before disabling depth effect for a photo. Try zooming and panning the fish so that it just barely covers the time. I don't think it will let the subject cover the complete height of the time.



Answered By - aciniglio
Answer Checked By - Pedro (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing