X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=P64 MTwX6/rLt5is4ii09kIJ6AH51yqqBdjqbc1oGI7ejiwwLf5XDDjerApJb1Ph6eF5 FqlnPRAeiEC2/Cau/gJAHJBeZaKhq7Nq6ZFQF5mayxPQ0SG1eV+26mNmLzaDIbOr hg7Xpx7/fzuVFOGVT5mzLggfr42FQGCN5+h2oSz8= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:mime-version :content-type:content-transfer-encoding; s=default; bh=rFiV7mj0e nrak0Jm+CaRa8AWs7U=; b=BsYEDTVnzBtJ88FDW92z9LOKMc+vdyOjx9YrznxUi HsDtuRY4x6uQIUxNI3nmCCBF6ifeXYOKdr8oXrSJkBxTx+3+W22l5WiDs1G9n3fY RxUNWZqPQRdonONcXnrW9jRPO0SL6B27UPe5GqqY3VKsn5uWj9KMeOsfgRyRn0aU 8g= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=3.6 required=5.0 tests=AWL,BAYES_50,RDNS_NONE autolearn=no version=3.3.2 X-HELO: mail.pdf24.org From: "Stefan Ziegler" To: Subject: Latest Ghostscript 9.10 issue when using tiff output filter Date: Wed, 13 Nov 2013 16:43:31 +0100 Message-ID: <016801cee087$1b00d810$51028830$@pdf24.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Converting a PDF to tiff using Ghostscript results in an error. All tiff devices can't be used. I've used a fresh Cygwin with the latest Ghostsscript. Command used: gs -dNOPAUSE -dBATCH -dSAFER -sDEVICE=tiff24nc -sOutputFile=test.tiff test.pdf Error: Error writing data for field "BitsPerSample" Used Ghostscript version: GPL Ghostscript 9.10 (2013-08-30) Copyright (C) 2013 Artifex Software, Inc. All rights reserved. This software comes with NO WARRANTY: see the file PUBLIC for details. Seems to be a problem with the cygtiff-5 library. If I overwrite the cygtiff-5.dll with the cygtiff-6.dll the error is away and the tiff file is generated. Other software like imagemagic seems to have no problems with the cygtiff-5.dll. What's going wrong? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple