Giter VIP home page Giter VIP logo

Comments (1)

sherwinski avatar sherwinski commented on July 28, 2024

Hi @handydeveloper, yes this library supports the typesetting endpoint. I've included a couple of examples below.

A simple example:

$ub = new UrlBuilder("ontologic.imgix.net");
$params = array("w" => 1200, "h" => 1700, "txt64" => 'behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean' );
echo $ub->createURL("nz1.jpg", $params);

# http://ontologic.imgix.net/nz1.jpg?h=1700&ixlib=php-2.3.0&txt64=YmVoaW5kIHRoZSB3b3JkIG1vdW50YWlucywgZmFyIGZyb20gdGhlIGNvdW50cmllcyBWb2thbGlhIGFuZCBDb25zb25hbnRpYSwgdGhlcmUgbGl2ZSB0aGUgYmxpbmQgdGV4dHMuIFNlcGFyYXRlZCB0aGV5IGxpdmUgaW4gQm9va21hcmtzZ3JvdmUgcmlnaHQgYXQgdGhlIGNvYXN0IG9mIHRoZSBTZW1hbnRpY3MsIGEgbGFyZ2UgbGFuZ3VhZ2Ugb2NlYW4&w=1200

A more complicated example using blending:

$ub = new UrlBuilder("ontologic.imgix.net");
$params = array("w" => 800, "h" => 1200, "ba" => "top,center", "bp" => "300",
                "blend64" => 'https://assets.imgix.net/~text?txt64=YmVoaW5kIHRoZSB3b3JkIG1vdW50YWlucywgZmFyIGZyb20gdGhlIGNvdW50cmllcyBWb2thbGlhIGFuZCBDb25zb25hbnRpYSwgdGhlcmUgbGl2ZSB0aGUgYmxpbmQgdGV4dHMuIFNlcGFyYXRlZCB0aGV5IGxpdmUgaW4gQm9va21hcmtzZ3JvdmUgcmlnaHQgYXQgdGhlIGNvYXN0IG9mIHRoZSBTZW1hbnRpY3MsIGEgbGFyZ2UgbGFuZ3VhZ2Ugb2NlYW4&txtclr=000&txtfont=avenir&txtsize=28&w=550' 
);
echo $ub->createURL("nz1.jpg", $params);

# http://ontologic.imgix.net/nz1.jpg?ba=top%2Ccenter&blend64=aHR0cHM6Ly9hc3NldHMuaW1naXgubmV0L350ZXh0P3R4dDY0PVltVm9hVzVrSUhSb1pTQjNiM0prSUcxdmRXNTBZV2x1Y3l3Z1ptRnlJR1p5YjIwZ2RHaGxJR052ZFc1MGNtbGxjeUJXYjJ0aGJHbGhJR0Z1WkNCRGIyNXpiMjVoYm5ScFlTd2dkR2hsY21VZ2JHbDJaU0IwYUdVZ1lteHBibVFnZEdWNGRITXVJRk5sY0dGeVlYUmxaQ0IwYUdWNUlHeHBkbVVnYVc0Z1FtOXZhMjFoY210elozSnZkbVVnY21sbmFIUWdZWFFnZEdobElHTnZZWE4wSUc5bUlIUm9aU0JUWlcxaGJuUnBZM01zSUdFZ2JHRnlaMlVnYkdGdVozVmhaMlVnYjJObFlXNCZ0eHRjbHI9MDAwJnR4dGZvbnQ9YXZlbmlyJnR4dHNpemU9Mjgmdz01NTA&bp=300&h=1200&ixlib=php-2.3.0&w=800

Hopefully this helps!

from imgix-php.

Related Issues (20)

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.