Search found 5 matches
- 2018-10-06T18:40:28-07:00
- Forum: Users
- Topic: Converting HEIF to JPEG with depth map
- Replies: 12
- Views: 19753
Re: Converting HEIF to JPEG with depth map
Thanks for the answer, this is amazing. I didn't notice that the depth map was much smaller. Not sure why, and I will look into it. I tried enlarging the map with the command below, and while it works (and takes forever), the edges are a bit blurry. Anyways, this is beyond ImageMagick, and I really ...
- 2018-10-05T18:30:43-07:00
- Forum: Users
- Topic: Converting HEIF to JPEG with depth map
- Replies: 12
- Views: 19753
Re: Converting HEIF to JPEG with depth map
@snibo I was able to extract the depth map layer from the image into a PNG file (using libheif). Here it is: https://www.dropbox.com/sh/owbkv37go0vskqf/AABB3Wr5HPq6NRbBVD5ykDSOa?dl=0 The folder contains the original HEIF file, the file converted to PNG (again, using libheif) and the depth map as PNG ...
- 2018-10-05T11:41:23-07:00
- Forum: Users
- Topic: Converting HEIF to JPEG with depth map
- Replies: 12
- Views: 19753
Re: Converting HEIF to JPEG with depth map
Interesting. Yes, I am on High Sierra. I wonder if PS is using some libraries Apple provides (would make sense, to be honest, also considering that HEIF is covered by patents). I'll dig deeper and check if I can export the channel into PNG.
- 2018-10-05T08:49:51-07:00
- Forum: Users
- Topic: Converting HEIF to JPEG with depth map
- Replies: 12
- Views: 19753
Re: Converting HEIF to JPEG with depth map
Thanks for responding fast! You can see a sample photo (it's not the same one as above, but same idea) here: https://www.dropbox.com/s/zn0uio8a36o62 ... .HEIC?dl=0
- 2018-10-05T07:56:14-07:00
- Forum: Users
- Topic: Converting HEIF to JPEG with depth map
- Replies: 12
- Views: 19753
Converting HEIF to JPEG with depth map
HEIF images support a "depth map" layer, which is used also by iPhone cameras to store "portrait" photos. I am trying to convert HEIF images to JPEG using ImageMagick, and not sure how to apply the depth effect. The depth map looks like another channel in Photoshop. With the RGB channels hidden ...