-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ability to generate PWG/Apple Raster print data to ipptool #79
Comments
This should also let us resolve Issue #40. |
Proposed changes for ipptool:
Does a Get-Printer-Attributes request to get capabilities and match as needed. Generated pages have a black border with the text "TEST-PAGE ####" repeated in different shades of gray/color. For two-sided output, the back side images are transformed as needed. The media list is matches against the printer capabilities (media-ready, then media-supported), with "ready" matching the current ready media. Default values for all but NUM-PAGES can come from the job ticket (request) or from the xxx-default attributes. |
@michaelrsweet can you provide it within the larger context of a complete single test or tests? I'm having a hard time understanding how it might be used. |
@wifiprintguy Here is an updated snippet from the
|
@michaelrsweet that makes sense. Would it be hard / awkward to use it when using Create-Job / Send-Document? How can we make sure that scenario (preferable to Print-Job from an IPP Implementor's Guide v2 perspective) is not unnecessarily painful? |
@wifiprintguy It would work the same for Send-Document, although the inherited values wouldn't work from the preceding Create-Job request. I don't think this will be a problem for the kinds of tests we'll be using this for, but it will definitely be worth documenting. |
OK, I have changes queued up in the "ipptool" branch of my libcups v3 project, and will back-port for ippeveselfcert once I am done with the changes. Longer term I think I'll just incorporate libcups as a Git submodule for this project and ippsample, but libcups v3 isn't fully baked yet... :) |
In order to support #78, we need to update the self-certification tools to generate raster data to support any size, resolution, or color space. The existing JPEG and PDF test files can be used for those formats, regardless of media capabilities.
The text was updated successfully, but these errors were encountered: