harvyde/image

轻松渲染图像,为视网膜屏幕渲染2倍图像,使用php ext-gd扩展检测图像尺寸

dev-master 2019-06-19 07:51 UTC

This package is auto-updated.

Last update: 2024-08-29 05:06:40 UTC


README

轻松渲染图像,为视网膜屏幕渲染2倍图像,使用php ext-gd扩展检测图像尺寸

用法

    $img = new Image('path/to/your/image.extension');
    #if you have ext-gd widht and height will be auto detected
    # $img->width = 300;
    # $img->height = 100;
    # if not set it will be detected from @2x image file exists. exists in th
    # $img->retina = false;
    
    print $img->imgResponsive();

支持和反馈

如果你发现一个错误,请直接在Github提交问题。harvyde/image 问题