View Issue Details

IDProjectCategoryView StatusLast Update
0000591Other Unix Portpublic2018-10-16 02:56
ReporterLewisR Assigned ToLewisR  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Summary0000591: TYPO3 tests for GraphicsMagick
DescriptionThis is just to document the image tests used by TYPO3 4.6.18 for image processing when configured for GraphicsMagick. Image files attached.
Additional InformationRead JPG

gm.exe convert +profile '*' -geometry 170x136! -colorspace RGB -quality 80 'jesus.jpg'[0] 'install_read_jpg.jpg'

Read GIF

gm.exe convert +profile '*' -geometry 170x136! -colorspace RGB -quality 80 'jesus.gif'[0] 'install_read_gif.jpg'

Read PNG

gm.exe convert +profile '*' -geometry 170x136! -colorspace RGB -quality 80 'jesus.png'[0] 'install_read_png.jpg'

Read TIF

gm.exe convert +profile '*' -geometry 170x136! -colorspace RGB -quality 80 'jesus.tif'[0] 'install_read_tif.jpg'

Read BMP

gm.exe convert +profile '*' -geometry 170x136! -colorspace RGB -quality 80 'jesus.bmp'[0] 'install_read_bmp.jpg'

Read PCX

gm.exe convert +profile '*' -geometry 170x136! -colorspace RGB -quality 80 'jesus.pcx'[0] 'install_read_pcx.jpg'

Read TGA

gm.exe convert +profile '*' -geometry 170x136! -colorspace RGB -quality 80 'jesus.tga'[0] 'install_read_tga.jpg'

Read PDF

gm.exe convert +profile '*' -geometry 170x241! -colorspace RGB -quality 80 'pdf_from_imagemagick.pdf'[0] 'install_read_pdf.jpg'

Read AI

gm.exe convert +profile '*' -geometry 170x170! -colorspace RGB -quality 80 'typo3logotype.ai'[0] 'install_read_ai.jpg'
TagsNo tags attached.
Attached Files
typo3-4-6-images.zip (495,646 bytes)

Activities

LewisR

2013-12-27 05:12

developer   ~0002602

Just to update this thread with what works:

GraphicsMagick-1.3.18-os2-20131226.zip
ghostscript-9.10-os2-20131226.zip

The above combination seems to pass all of TYPO3 4.6.18's install tests. Other issues exist with TYPO3, but those occur *before* the command line is passed to gm.exe.

LewisR

2018-10-16 02:56

developer   ~0003203

Closing old ticket. Per 0000591:0002602, we have (had) a version which passed all necessary tests.

Issue History

Date Modified Username Field Change
2013-12-23 07:07 LewisR New Issue
2013-12-23 07:07 LewisR File Added: typo3-4-6-images.zip
2013-12-27 05:12 LewisR Note Added: 0002602
2018-10-16 02:56 LewisR Assigned To => LewisR
2018-10-16 02:56 LewisR Status new => closed
2018-10-16 02:56 LewisR Resolution open => fixed
2018-10-16 02:56 LewisR Note Added: 0003203