问题标签 [dynamic-image-generation]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
image - gatsby : 优化没有'childImageSharp' graphql 字段的图像
我正在使用 gatsby 和 wordpress CMS 在我的 gatsby 网络应用程序上显示即将发生的事件。我正在使用插件gatsby-source-tribe-events
连接到wordpress event calendar
插件并获取事件数据。
问题是我想动态显示我的所有事件及其描述和图像,使用<GatsbyImage/>
.
如您所知,要使用上述组件显示图像,每个项目都必须有一个childImageSharp
字段graphql
我的问题是该gatsby-source-tribe-events
插件在查询图像时没有childImageSharp
字段,所以我无法动态获取所有图像 OPTIMIZED
什么是解决方法?当 childImageSharp 字段不存在时,如何使用 GatsbyImage?有没有办法将它添加到 graphql 模式?
node.js - 如何使用 Cloudflare worker 读取和发送静态图像?
我想提供存储在 Cloudflare 脚本根目录中的静态图像。
我尝试使用
但它不起作用。
没有fs
像我们在 Node 中用来读取静态文件的文件系统。
我的目标是使用 Cloudflare 工作人员提供动态生成的图像。
非常感谢任何帮助。
binary - 在 Crystal Reports 中从二进制字符串绘制图像
伙计们,
我正在尝试为我们的 Crystal Reports 开发一些东西,它可以从数字字符串生成 EAN 条形码图像。
我已经在我们的 SQL 数据库中开发了一个函数,用于将数字字符串编码为表示条形和空格的 1 和 0,但我完全不知道:
- 我将如何将其存储在数据库中(VarChar(100)除外)
- 如何将这些 1 和 0 转换为实际图像(即使高度只有 1 个像素)
非常感谢。