从表数据生成图像
我正在寻找生成图像/图像文件,由较小的正方形组成的基本矩形,并根据我的 Access 2003 db 表中的数据具有不同的颜色。基本上,该表具有存储评级值的字段,这些评级值确定矩形面上的正方形的颜色。
到目前为止我的搜索尚未取得成果。
任何帮助将不胜感激,
I'm looking to generate images/image files, basic rectangles made up of smaller squares, with varying colours based on data in my Access 2003 db tables. Basically the table has fields storing rating values which determines the colour of squares on the face of the rectangle.
My search so far has not been fruitful.
Any help would be appreciated,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 ImageMagick 来执行此操作。例如:
ImageMagick 帮助的相关部分是画布创建。
You can use ImageMagick to do this. For example:
The relevant section of the ImageMagick help is Canvas Creation.