问题标签 [gd2]
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 gd2 将图像从一种格式保存为另一种格式
我有一个数据库,其中有一列填充了图像二进制数据。在我做了一些研究之后,我弄清楚了如何检测数据是哪种图像格式。假设我的图像列中的记录是gif格式,现在我想用 php gd2 将它保存为jpeg格式。拜托,有人能告诉我我该怎么做吗?
php - GD2 扩展是否随 PHP 提供?
GD2 扩展是否默认附带 PHP?如果是,因为它发生在哪个版本?是否默认启用?
谢谢 (:
image - Codeigniter 带状图像 EXIF 数据
我正在使用 gd2 图像库进行图像上传和调整大小。
图像 EXIF 数据在调整大小时旋转我的垂直图片。有没有办法阻止图像旋转?或在 php 中剥离 exif 数据?
php - 如何允许使用 php 上传透明 gif 或 png
我在下面有这个功能,可以让我调整上传的图片大小,
但是这个函数有一个问题,当我有一个透明背景的 png 或 gif 时,它无法创建透明度。
如何修复此功能以允许 php 透明?
codeigniter - Pyrocms 前端控制器 - 无法将图像输出到浏览器
这是下面的代码
但是当我像(http://localhost/sitename/home/testimg)一样调用这个控制器时。我得到了下面的错误
无法显示图像“http://localhost/sitename/home/testimg”,因为它包含错误。
请帮我解决这个问题,我是 pyrocms 的新手。
magento - Magento resize() 图像质量:肮脏的白色背景
我有一个客户对他们的产品缩略图在 Magento 上的呈现方式非常不满意。
狡猾的外观在两个方面很明显:
- 有一个肮脏的白色背景,有非常浅灰色的水平线
- 其次,色彩损失非常轻微(失去对比度和饱和度)。
我已经删除了所有压缩,将所有质量设置为 100%,刷新了图像缓存,进行了数十次实验、损坏和修复,但似乎没有任何效果。
这个版本的 Magento 是 ver。1.4.2.0
有没有人在这里遇到同样的问题,如果是这样,你设法解决了吗?
php - What measurement does GD2 use for imagettftext X & Y?
I'm currently working on a project that allows a user to pick an image, edit the text in it (using jQuery jEditable on a position:absolute formatted element to make it 'seem' like its the image still).
Once the user is happy with the edit, they save their changes and it creates an image with the updated text. This is all working fine but I'm having issues with the X and Y coordinates for the text. It seems that every time I pass through the top / left pixel values to imagettftext() it is slightly off.
I'm aware that the font-size value is measured in points instead of pixels and was wondering if that was the same issue with the X & Y? Unfortunately the documentation makes no reference of what the X and Y are measured in.
So my question is: What measurement does GD2 use for the X and Y coordinates & is this related to my top/left position issue?
Thanks!
php - CodeIgniter 2 image_lib->resize() 错误 - 呈现空白页并且不返回错误消息
我正在尝试做一些非常简单的事情,但我看不到让它发挥作用。对于它的价值,我目前正在我的 MAMP 开发机器上进行测试,但从登台服务器(GoDaddy GridHost)获得相同的结果。
这是我想要做的:
- 从表单上传用户指定的图像。
- 创建上传图像的缩略图。
我的示例中有一些额外的数据库代码,但是if(!$this->image_lib->resize())调用中的脚本“错误”。但是,它会导致整个应用程序退出,呈现一个空白页面。代码从未真正进入 if{} 块。
数据库交互由 DataMapper ORM 处理,出于完整性考虑,我将其包含在内,但我认为它与此问题不一定相关。该函数在调用时显然失败了:
php - 使用无 GD 库的 codeigniter 进行图像裁剪 - 安装了 GD2
我目前正在为一个网站开发媒体库,其中一个功能是用户可以创建他们上传的图像的裁剪版本。
但是,我的问题是,当我尝试裁剪图像时,出现以下错误,
这是我的代码,
所以我虽然我会更改$config['source_image']
为以下内容,
然而,这只是留下了这条信息,
我在做一些根本错误的事情吗?我只是想裁剪一个简单的 .png,该文件肯定存在于我的服务器上,而且我肯定安装了 GD2。
php - 创建缩略图时如何去除黑色背景颜色
当我在 codeigniter 中创建缩略图时,我得到一张背景颜色为黑色的图像。
为什么会这样?这是控制器中的代码: