From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <489098E8.1050805@gmail.com> Date: Wed, 30 Jul 2008 18:38:00 +0200 From: Till Kamppeter MIME-Version: 1.0 References: <48908DD8.2080405@gmail.com> <4890962F.4000305@apple.com> In-Reply-To: <4890962F.4000305@apple.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Printing-architecture] Common Printing Dialog: PPD extension specs updated List-Id: Printing architecture under linux List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael R Sweet Cc: "printing-architecture@lists.linux-foundation.org" , Printing-japan , gimp-print-devel , Jonathan Riddell Michael R Sweet wrote: > Till Kamppeter wrote: >> ... >> I think with these extensions we should be well approaching the final >> specs for the PPD extensions. > > OK, comments: > > - The option for setting the color mode is "ColorModel", not > "ColorMode" as shown in the last presets table. > No problem, will fix it. > - I don't understand why you have separate OPOptionTag and OPTagList > attributes. Given the definition of both, you could compact this > to simply: > > *OPOptionTag /: "* [* ...]" > > For example: > > *OPOptionTag ResourceSaving/Resource Saving: "*Duplex" > *OPOptionTag PaperHandling/Paper Handling: "*Duplex *InputSlot" > I as thinking about having the tags set in the sections of the appropriate options and I ended up with no good place for the UI strings which lead me to create the second item. Good idea, lets simplfy it as you suggested. > Regardless of the way you ultimately define this, I would still > stick with the Adobe convention of specifying main keywords > (options) with a leading asterisk (like my example). > Yes, then lets do it with asterisks. > - The CUPS options brightness, gamma, hue, and saturation are > officially deprecated and should not be included in new standards. > They *will* be removed in a future CUPS release. > I will remove them (where I wish that the Gamma option would not be removed, as one can quickly correct too dark or too light output with it). > - The CUPS options page-left, page-right, page-top, and page-bottom > only apply to text files and should only appear in the Text tag. > If I use number-up or fitplot with PostScript, PDF, or image input, will the margin settings not be used then to determine the frame into which the pages get scaled? Till