问题标签 [phpthumb]
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.
php - PHP gallery autogenerated thumb to open larger image in on click
Sorry in advance if it's a stupid question, but I'm a complete newbie and this is the first bit of PHP I've ever looked at in my life.
I've taken the code from this web post about Creating an image gallery from a folder of images automatically and it creates a gallery of thumbnails which, when clicked, open a larger image as a separate page.
What I would like is for the thumbnails to open the larger image inside a 'div' on the same page.
I've managed to achieve this by using 'iframe', but I'm aware that's a solution which is frowned upon:
Help please! :-)
modx - modx phpthumbof 返回奇怪的图像
我尝试在 getResources 模板块中使用 phpthumbof modx 插件作为片段,如下面的代码所示。但它总是给我这个奇怪的图像及其版本和红色和紫色背景的文本“错误消息禁用”。
这是我的代码片段调用:
php - 如何在 PHP 中生成 300X200 尺寸的图像缩略图?
我正在使用以下代码在 PHP 中生成图像缩略图。它生成与图像高度和宽度尺寸成比例的缩略图。
对于上面的示例,它生成7.jpg
大小为 299x187 的缩略图。所以,我的问题是如何用白色填充其余像素((300-299)x(300-187))。如果我们删除$desired_height
上面代码中的变量,它会生成一个宽度为 300 的缩略图,因此只需用白色填充剩余的高度。
php - 使用 phpthumbof 和 runsnippet() 在 modx 中输出图像
在 Modx Revolution 中,我试图让 phpthumb 从我正在编写的片段中工作 - 我想我几乎拥有所有的部分,但我有一种预感,也许我没有正确格式化图像文件路径。
这是我的代码:
如果我注释掉最后一行,页面加载没有错误,但未注释我得到一个错误,没有别的:
无法显示图像“<a href="http://www.domain.com/" rel="nofollow">http://www.domain.com/”,因为它包含错误。
但是如果我回显 $input 的值,它确实会给出图像 URL,所以我假设 phpthumb 不想要一个 URI 字符串......?
我究竟做错了什么?
php - 如何将 php 缩略图创建器与多个图像上传器脚本集成?
我有这个代码来上传多张图片。它工作正常。
但我想为每张图片创建缩略图。为此,我有另一个。我从一个网站上找到了它......但我不明白如何与我原来的集成。
帮助将不胜感激...
php - phpThumb - 防止和避免裁剪 - 适合 maxwidth/maxheight?
我正在修复一个使用 phpThumb 生成缩略图的网站。文档/自述文件可在此处获得。
我正在尝试调整图像大小,使其适合 1200x1200 像素,但保持它们的纵横比并且不被裁剪。
但是,似乎无论我做什么,图像总是被裁剪。我正在尝试这些选项无济于事:
我省略了“zc”或“Zoom Crop”功能来避免裁剪,但无论如何,我都会得到裁剪的图像。我错过了什么吗?还是 phpThumb 不能动态强制图像适合给定的正方形尺寸?
注意 不幸的是,我们使用 phpThumb 作为替代方案,因为 site/cms 插件专门使用它。
php - 白色图像上的 phpThumb (imagecreatefromjpeg) 生成 #fefefe 条纹
我在使用 phpThumb(或任何其他图像大小调整库)生成拇指时遇到了一个大问题
首先让我向您展示可见的问题: http ://aep.w3mt.biz/content/mediacontent/products/427/aztec-pearls-1.jpg_gz.jpg (这是生成的图像) http://aep.w3mt .biz/content/mediacontent/products/427/aztec-pearls-1.jpg(这是源图片)
如您所见,图像更大,它是通过 php thumb、100% qualiti、填充颜色生成的。
源图像的背景是纯白色的,但生成的图像的背景有水平的#fefefe 条纹。这在水晶般清晰的显示器上是可见的并且非常烦人。
我想知道是否有人遇到此问题,以及是否有解决此错误的方法。
生成的其他尺寸:
- http://aep.w3mt.biz/content/mediacontent/products/427/aztec-pearls-1.jpg_gt.jpg
- http://aep.w3mt.biz/content/mediacontent/products/427/aztec-pearls-1.jpg_p.jpg
- http://aep.w3mt.biz/content/mediacontent/products/427/aztec-pearls-1.jpg_h.jpg
先感谢您!
modx-revolution - Why is modx getResources and phpthumbof showing the same thumb nail for different resources?
I have a getResources call that shows 6 items on my homepage:
it does work showing 6 thumbs [for vehicles] but it shows the same thumb for each vehicle!
The output tag looks like:
Note that nothing is cached [!]
- getResources does work correctly and returns six different images if I remove the phpthumbof bit
- I've cleared all the different caches several times
- [[!++gallery.files_url]] just returns the gallery path [/assets/gallery/]
- [[!getgalleryAlbumCover? &id=`[[!+tv.vehiclegallery]] returns the actual name of the album cover
- the /assets/components/gallery/cache/ directory is writable.
Why is it showing the same thumb for all 6 vehicles?
zend-framework2 - 如何在zend框架2中使用php thumb
我正在使用 webino/WebinoImageThumb 模块在我的 zend 2 应用程序中生成缩略图,但它显示错误
“致命错误:找不到类 'GD'...” 是否有任何其他模块或库可用于执行此操作,例如 php thumb 等。 请帮忙。
modx - Modx pthumb如何正确显示图像高度
我试图将其输出为一个块:
如果我刷新页面,它只显示一次,它不再出现。
问题是否有一种可靠的方法来显示调整大小的图像的高度(使用 pthumb、phpthumbup 或 phpthumbof?