问题标签 [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.

0 投票
1 回答
125 浏览

caching - BufferedDynamicImageResource cached by browser

To display a dynamically loaded image in my webapp I'm using a BufferedDynamicImageResource. (It just loads the image from a backend server based on an database id.)

The URL of the image resource ends up as:

where the sequence number increases for each such image I generate.

The problem is that the URL is reused from execution to execution (the sequence number is reset to 0) so when I restart the server the browser does not fetch the newly generated images, but instead uses the cached versions (which were generated last execution of the webapp).

My Question: What is the best way to avoid this behavior? (If I could for instance add the database id of the image which is loaded to the URL, everything would work fine.)

0 投票
3 回答
8745 浏览

iphone - 如何在ios的动态创建中水平重复图像

任何人都可以帮助我,我想以相同的高度和宽度水平多次添加相同的图像。重要的是我正在动态创建图像视图,我想对所有图像使用相同的图像视图!这是在此处输入图像描述我想像这样水平制作的图像,在此处输入图像描述但像这样只需要一行。

0 投票
1 回答
199 浏览

php - 可以在 PHP 图像渲染脚本上执行 javascript 吗?

我需要创建一个呈现图像的 php 脚本......没问题。

但是,我想做的是让图像渲染脚本在脚本启动时触发一些 javascript 代码。

是否可以在图像生成 php 脚本中包含 javascript 代码而不会破坏图像?

0 投票
2 回答
438 浏览

php - 将 php 生成的图像叠加到另一个图像上

我在磁盘上有一个背景 jpg 图像,我想在其上叠加一个 php 生成的 png 图像。不幸的是,GD 的imagepng()函数直接输出数据,所以我无法将其存储在变量中以使用imagecopy()or进行复制imagecopymerge()

我想要一个生成 png 的函数,我可以将它与其中一个imagecopy()函数一起使用,但我不知道如何返回生成的 png。

有没有办法在不将生成的图像写入磁盘的情况下做到这一点?谢谢。射线

0 投票
1 回答
1603 浏览

jsf - 使用分页的数据表中的 Primefaces 动态图像

我已经成功实现了 BalusC 建议的解决方案,用于在数据表中呈现动态图像(代码在此处进一步发布)。我面临的问题是这样的:

问题

我在数据表中使用分页,当我移动到我从未访问过的页面时,图像渲染得很好。但是当我回到之前访问过的页面时,即使返回了该图像的 StreamedContent,图像也不会显示。

代码

因此,当我在分页器中访问新页面时,图像显示正常。但是当我回到一个已经访问过的页面时,图像没有显示(即使 scaledImageById 被调用了两次并且 StreamedContent 被很好地返回)。

如果您需要任何其他代码,请告诉我,我们将不胜感激。谢谢。

阿卜杜勒

0 投票
1 回答
1981 浏览

php - Dynamically change the text of a psd?

Here is my problem:

A designer creates a banner ad showing a sale. For example: 10% off all items. The sale changes every other weekend from 10% to 15%. The design of the ad and the position of the text changes from week to week or day to day. I would like to automate the text change and banner creation.

Is there a way to dynamically open up a psd that holds the design and change the text and output the image using a LAMP server?

The image file does not have to be a psd. I guess it can be any format that would allow me to do this easily.

I did some research and found a program called imagemagick. I could not find any documentation on how to solve my problem using this software.

I don’t know if this is the right software to use or not. Any help would be appreciated

0 投票
1 回答
1183 浏览

php - 动态图像 + 地理位置(谷歌地图 API?)

我正在考虑在电子邮件中显示用户地理位置的可能性。是否可以使用 PHP 生成动态图像,跟踪用户地理位置并返回图像。

生成动态图像没有问题。但是在我付出太多努力之前,我会尝试找出它是否可能,或者我是否必须使用地理数据库?

在搜索时,我遇到了 HTML5 地理跟踪:http ://html5demos.com/geo

我想知道我是否可以使用谷歌地图 API 来生成我的图像。

有什么建议/提示吗?

谢谢!

0 投票
1 回答
521 浏览

c++ - 从存储在数据库中作为 blob 数据类型的原始图像数据中检索 CImage 对象

我正在开发一个应用程序,其中我将.png图像存储到数据库(使用 SQLite3),现在根据我的要求,我希望图像与 ListCtrl 项目一起显示,所以我需要CImage object从从中检索到的 blob 数据创建一个数据库。我当前的方法是每次我想显示图片时,我都必须将文件写入磁盘,然后将其提取到 listCtrl 项目图像,我想摆脱这个开销过程。所有的专家都需要你的帮助。请指出正确的方向。我正在使用VS2010MFC对于我的应用程序开发,使用的数据库SQLITE-3。提前致谢。

0 投票
1 回答
673 浏览

php - 在ajax响应中获取imagepng

我正在为验证码创建图像,但无法在 ajax 响应中获取该图像。需要帮助。我的代码:

ajax部分

php部分

这里似乎有什么问题?

0 投票
2 回答
193 浏览

php - 动态图像的 PHP/JSON 解析器无法正常工作

我非常接近让这个解析器/图像工作,但我有一些最终问题阻止我发布它。更糟糕的是,我完全不知道问题可能是什么。

以下是整个代码:

这是一个让查找线更容易的pastebin。此外,出于故障排除目的而显示为已删除的任何行都应视为正常的未注释行。我只是将它们注释掉以使故障排除更容易一些。

现在,它的工作方式是有三个 $_GET 变量,分别称为utw。如果设置了前两个变量,则第一个 if 语句通过。如果设置了第二个和第三个变量,则第二个 if 语句通过。在这两种情况下,解析器只是获取数据,并将其存储在 .json 文件中,所以它看起来像这样(其中第一个数字是用户 ID):

现在首先,我收到很多这样的警告:

但是,我认为我可以忽略它们,因为它们对我来说不是问题,也不是解析或保存数据的障碍。但是,我还有很多其他问题。第一次使用时,我有空的 .json 文件,这些是我通过第一个 if 语句时收到的消息:

或者如果它通过了第二个 if 语句:

如果 .json 文件中已有数据,我只会收到 DOMDocument 警告。但是,图像仍然没有显示,它只是给了我关于它如何由于错误而无法显示的消息。

这听起来可能有很多要问的问题,但我已经走了这么远,感觉就像我在这里想念的那样简单。

让我更困惑的是我的第一个版本运行良好。我正在开发的第二个版本旨在扩展功能以显示由用户确定的第二件事的统计信息,所以我在这里不知所措。如果有帮助,这是第一个版本的代码