douzhu3367 2010-10-05 16:39
浏览 30

使用PHP生成此图像

I want to generate this image in PHP with different colors for a skinning module in my app. How do I go about it?

image(2x40 pixels):

alt text

magnified 4x

alt text

The original image was generated using the gradient tool in paint.net with base color 00137F.

  • 写回答

1条回答 默认 最新

  • ds342222 2010-10-05 16:45
    关注

    I've used this gradient class before, you may find it helpful: http://planetozh.com/blog/my-projects/images-php-gd-gradient-fill/

    评论

报告相同问题?