Searched refs:Filters (Results 1 – 25 of 83) sorted by relevance
1234
1 # 三方开源软件CUPS-Filters2 ## CUPS-Filters简介3 CUPS-Filters是CUPS(Common Unix Printing System)的一部分,它包含了丰富的文件转化过滤器,其中最常用的是“imagetoraster”, 该过滤器可以将图片…4 CUPS-Filters还提供了一些其它功能,例如打印机状态监控和报告等,跟CUPS一样,支持IPP(Internet Printing Protocal)、LPD(Line Printer Dae…6 您也可以通过[CUPS-Filters官网主页](https://github.com/OpenPrinting/cups-filters)了解更多关于CUPS-Filters项目的信息。9 在OpenHarmony系统中,CUPS开源库只支持PostScript、Raster等少见的文件格式打印;为了适配图片和pdf等文件打印,需要引入CUPS-Filters来完善文件转化功能。32 CUPS-Filters无法单独使用,编译出来的imagetoraster等文件转换过滤器需要配合CUPS开源库一起使用;详细使用方式参考[社区CUPS地址](https://gitee.com/o…
1 INSTALL - OpenPrinting CUPS Filters v1.28.17 - 2023-01-245 Filters from source code. For more information on OpenPrinting CUPS6 Filters see the file called "README.txt". A complete change log can36 image support. CUPS Filters will compile and run without these, however37 you'll miss out on many of the features provided by CUPS Filters.45 The CUPS Filters BZR repository doesn't hold a copy of the pre-built54 CUPS Filters uses GNU autoconf, so you should find the usual "configure"55 script in the main CUPS Filters source directory. To configure CUPS 56 Filters for your system, type:60 The default installation will put the CUPS Filters software in the[all …]
4 @settitle FFmpeg Filters Documentation6 @center @titlefont{FFmpeg Filters Documentation}
4 @settitle FFmpeg Bitstream Filters Documentation6 @center @titlefont{FFmpeg Bitstream Filters Documentation}
26 |`--filter` | Filters the testing to subset of the tests. The filter argument is a glob …27 |`--format` | Filters the tests to the particular backend.<br>Example: `--format hlsl` w…
16 # Filters
2 # MIME conversions file for OpenPrinting CUPS Filters.
2 # MIME types file for OpenPrinting CUPS Filters.
69 "tests/Filters.cpp",
46 - [Cookbook for Biquad Filters, EQ, etc.](https://www.w3.org/2011/audio/audio-eq-cookbook.html)
4 *% mode, using CUPS with the OpenPrinting CUPS Filters package6 *% OpenPrinting CUPS Filters package.
5 *% OpenPrinting CUPS Filters package.
33 ### Command Playback and Filters50 > Filters are case insensitive, and the only supported logical operator is !
41 Mitchell, Don. and Netravali, Arun, "Reconstruction Filters for Computer
120 Filters section in Command-Line Usage
546 referenceInfo.Filters = inputStreamDesc.FilterFlags; in d3d12_video_processor_check_caps_and_create_processor()
225 Additional Filters
1558 bool IsActive() const { return !Filters.empty(); } in IsActive()1574 ImVector<TextRange> Filters; member
1551 bool IsActive() const { return !Filters.empty(); } in IsActive()1567 ImVector<TextRange> Filters; member
2021 Filters.resize(0); in Build()2023 input_range.split(',', &Filters); in Build()2026 for (int i = 0; i != Filters.Size; i++) in Build()2028 TextRange& f = Filters[i]; in Build()2035 if (Filters[i].b[0] != '-') in Build()2042 if (Filters.empty()) in PassFilter()2048 for (int i = 0; i != Filters.Size; i++) in PassFilter()2050 const TextRange& f = Filters[i]; in PassFilter()