.jpg pictures not displayed in TYPOlight CMS


 
Thread Tools Search this Thread
Top Forums Web Development .jpg pictures not displayed in TYPOlight CMS
# 1  
Old 12-14-2013
.jpg pictures not displayed in TYPOlight CMS

Dear colleagues,

for four days now all .jpg pictures are displayed as black rectangles in a web site built with a pre- 3.2.2 TYPOlight CMS (yes I know, there's more recent versions out there). It doesn't matter if they are accessed via the normal web site or the TYPOlight backend (management) system. If downloaded, pictures display as usual, without any problem. This indicates that the files exist and are OK; it may be a transfer or rendering problem.
Pictures in .png or .gif format are being displayed correctly.

I'm running out of ideas - any clues?
Cheers
Rüdiger
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Fedora view iphone pictures

Can anyone tell me how to view fedora iphone pictures? I keep getting this message. (0 Replies)
Discussion started by: cokedude
0 Replies

2. Shell Programming and Scripting

Rename all ".JPG" files to ".jpg" under all subfolders...

Hi, Dear all: One question ! ^_^ I'm using bash under Ubuntu 9.10. My question is not to rename all ".JPG" files to ".jpg" in a single folder, but to rename all ".JPG" files to ".jpg" in all subfolders. To rename all ".JPG" to ".jpg" in a single folder, for x in *.JPG; do mv "$x"... (7 Replies)
Discussion started by: jiapei100
7 Replies

3. Ubuntu

Ubuntu pictures album

Right here on the Unix and Linux forums. Okay, there's one PC-BSD promo pic, but I think that can be overlooked. Right? BZT (0 Replies)
Discussion started by: SilversleevesX
0 Replies

4. UNIX for Dummies Questions & Answers

How do I send pictures in email?

I know how send a html page through mailx, but how do I show the pictures(gif,jpeg,etc.) in the email? (4 Replies)
Discussion started by: Thomas
4 Replies
Login or Register to Ask a Question
METAPIXEL(1)															      METAPIXEL(1)

NAME
metapixel - generator for photomosaics SYNOPSIS
metapixel-prepare [options] [srcdir] [destdir] prepares the pictures in srcdir by creating resized images and a table file in destdir metapixel [options] [--metapixel input.jpg output.png --library destdir] creates a photomosaic output.png using input.jpg as the input image and destdir/tables.mxt as table file DESCRIPTION
This manual page documents briefly the metapixel and metapixel-prepare commands. For more information check the README file included in the distribution. metapixel is a program for generating photomosaics. It can generate classical photomosaics, in which the source image is viewed as a matrix of equally sized rectangles for each of which a matching image is substitued, as well as collage-style photomosaics, in which rectangular parts of the source image at arbitrary positions (i.e. not aligned to a matrix) are substituted by matching images. metapixel-prepare is a utility that needs to be run before metapixel can be used. It prepares your source images so that they can be used by metapixel to create the actual photomosaic. USAGE
metapixel-prepare srcdir destdir has to be run first. srcdir is the path to the directory containing the source images, e.g. ~/Pic- tures/Holidays. destdir, e.g. ~/.metapixel, is the path to the directory where you want to store the rescaled images and the tables.mxt in- dex file. This directory should be created manually before running metapixel-prepare. metapixel --metapixel input.jpg output.png --library destdir is then used to transform an image (input.jpg) into a mosaic (output.png) us- ing the source images (described by destdir/tables.mxt). OPTIONS
The options are described in the README file or by running metapixel or metapixel-prepare with the --help option. SEE ALSO
The README file is included in the Metapixel distribution. AUTHOR
This manual page was written by Chris Vanden Berghe <Chris@VandenBerghe.org> for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. AUTHOR
Chris Vanden Berghe. May 5, 2004 METAPIXEL(1)