Giter VIP home page Giter VIP logo

swift-anisotropic's Introduction

swift-anisotropic

Swift program to make a 512x512 ppm in anisotropic mipmap format from a given image. It uses the convert and identify tools from the imagemagick package to do this. It can therefore easily be rewritten into other languages. As a convenience, I've included a shell script (anisotropic.sh) as well.

The first step is to resize the input image to an intermediate square image by cropping the longer of either the height or the width (using center gravity). The next step is to resize this square image to 256x256, 256x128, 256x64, ... 1x1 to produce linearly transformed copies of reduced size.

Although the output will be a 512x512 ppm image file, the area with the copies will occupy 511x511 (256 + 128 + ... + 1 = 511). In other words, the output image will contain a 1 pixel white lane to the far right and bottom.

Usage:

swift main.swift <input image>

This is an example:

input image (512x555):

intermediate image (512x512):

output image (512x512):

swift-anisotropic's People

Contributors

sarastro-nl avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.