Project

General

Profile

Actions

Feature #20107

closed

Image Resizing / Thumbnails with GD2 instead of ImageMagick

Added by mback2k about 15 years ago. Updated over 5 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Image Generation / GIFBUILDER
Target version:
-
Start date:
2009-02-28
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

Please make use of GD2 (if available) to resize images if ImageMagick is not available.

I know that there are extensions like "jb_gd_resize", but they don't fix the backend thumbnails and somehow the images are 50% smaller than the target size.

Thanks in advance.

(issue imported from #M10568)


Related issues 3 (0 open3 closed)

Related to TYPO3 Core - Story #65729: Add GD2 alternative for ImageMagick/GraphicsMagick to the coreClosed2015-03-14

Actions
Related to TYPO3 Core - Task #78600: Replace getimagesize() by \TYPO3\CMS\Core\Type\File\ImageInfo()ClosedMarkus Klein2016-11-07

Actions
Has duplicate TYPO3 Core - Feature #14781: Resizing with GDClosed2005-05-31

Actions
Actions #1

Updated by Chris topher over 13 years ago

Here is a patch by Jan Bednarik:
http://bugs.typo3.org/file_download.php?file_id=411&type=bug
(Yes, quite old, but shows the idea.)

Actions #2

Updated by Alexander Opitz almost 11 years ago

  • Status changed from New to Needs Feedback
  • Target version deleted (0)
  • TYPO3 Version set to 4.2

As this report is very old, is the handling in newer TYPO3 CMS Versions (like 6.0/6.1) more like you expect it?

Actions #3

Updated by Ingo Renner almost 11 years ago

still valid

Actions #4

Updated by Alexander Opitz almost 11 years ago

  • Status changed from Needs Feedback to New
Actions #5

Updated by Mathias Schreiber about 9 years ago

  • Status changed from New to Needs Feedback
  • Is Regression set to No

How do we deal with TIFF, AI, PDF, etc?
Like with everything that GD cannot handle?

Actions #6

Updated by Alexander Opitz almost 9 years ago

  • Category set to Image Cropping
  • Status changed from Needs Feedback to New

Yes think so.

Actions #7

Updated by Riccardo De Contardi over 8 years ago

  • Tracker changed from Bug to Feature
Actions #8

Updated by Susanne Moog over 6 years ago

  • Category changed from Image Cropping to Image Generation / GIFBUILDER
Actions #9

Updated by Markus Klein almost 6 years ago

  • Related to Task #78600: Replace getimagesize() by \TYPO3\CMS\Core\Type\File\ImageInfo() added
Actions #10

Updated by Benni Mack over 5 years ago

  • Status changed from New to Rejected

Hey,

we've decoupled the functionality of Image Generation now in a very flexible way which all runs through FAL, which can be extended (e.g. we use this for generating images via a Serverless Infrastructure).

TYPO3 Core does exactly that now: We build a flexible API in core, so people can actually "do whatever they want" with it. Core shouldn't deliver all kinds of flexibility (I could think of using Imagine API instead of ImageMagick), but IMHO we're fine currently as it has grown with going FAL all in.

Hope that's ok. Sorry for the massive delay, let me know if you reconsider and open up a new ticket if so.

Actions

Also available in: Atom PDF