About Store Forum Documentation Contact



Post Reply 
iOS 64-bit and Image Filtering
Author Message
Esenthel Offline
Administrator

Post: #1
iOS 64-bit and Image Filtering
There's no stop to awesome updates coming!

Esenthel now supports 64-bit iOS, and greatly improved image filtering algorithms.

Normally when using simple box-filter (linear filtering) when creating mip-maps, the result gets somehow blurry, and loses detail.
I've successfully attempted at trying different filtering algorithms, and ended up with following results.
Below you can see some random wallpaper images from the internet, downsampled as if they're mip mapped.
The first version is the standard linear blurry mip-map, the second version is the new algorithm for filtering mip-maps.

   
   

   
   
10-09-2014 09:56 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: iOS 64-bit and Image Filtering
   
   

Additionally up-scaling filtering has been greatly improved as well, thanks to modified Lanczos Elliptic Weighted average filtering.

Here you can see an image up-scaled with standard linear filtering:
   

And here you can see brand new high quality filtering in action:
   
10-09-2014 09:56 AM
Find all posts by this user Quote this message in a reply
Zervox Offline
Member

Post: #3
RE: iOS 64-bit and Image Filtering
Noticable improvements, really neat. smile
10-09-2014 01:21 PM
Find all posts by this user Quote this message in a reply
gdalex Offline
Member

Post: #4
RE: iOS 64-bit and Image Filtering
Well, your algo seems to provide a better result on the edges of the elements composing the image... Congrats smile
10-09-2014 03:02 PM
Find all posts by this user Quote this message in a reply
Post Reply