Leo*_*lis 1 imagemagick ghostscript
我可以运行以下 GhostScript 成功地将多个 PDF 合并到一个文件中:
gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=test.pdf file1.pdf file2.pdf file3.pdf
Run Code Online (Sandbox Code Playgroud)
我还需要向 PDF 添加自定义叠加层,因此我执行以下操作:
convert -density 300 -quality 100 file1.pdf -font /usr/share/fonts/urw-base35/NimbusSansNarrow-Regular.otf -pointsize 15 -fill '#000000' -draw 'rectangle 21,1114,675,1220' -fill white -annotate +440+1160 '1 / 3' -annotate +34+1213 'file1.pdf' file1_a.pdf
Run Code Online (Sandbox Code Playgroud)
...对于每个 PDF,然后我再次运行第一个gs命令来合并这些带注释的 PDF,但是当我这样做时,我收到以下错误:
**** Error: ICCbased space /N value does not match the ICC profile.
Using the number of channels from the profile.
Output may be incorrect.
Run Code Online (Sandbox Code Playgroud)
我确实找到了一些看起来相关的东西,表明 PDF 是错误的:https://bugs.ghostscript.com/show_bug.cgi ?id=697223
好吧,从根本上来说,您的 PDF 文件已损坏。它使用ICCBased色彩空间,并且色彩空间中声明的分量数量与ICC配置文件的实际内容不匹配。
如果这确实与我的情况有关,我不确定这是否是我注释后的 PDF,或者原始文件中是否已经存在某些底层内容(上面示例中的 file1.pdf 等)。如前所述,当我只处理原始文件时,它们可以工作,但在注释它们之后就不行了。
奇怪的是,这种情况在今天下午 3 点左右开始发生,在当天早些时候大约 2 小时前成功运行之后,没有发生任何代码或环境更改,而且它已经以这种方式运行了几个月,没有出现任何问题。原始 PDF 来自外部来源。
接下来我可以在哪里查找以找出此问题的原因?
以下是注释前后单个文件之一的转储:
前
Image: 1160914.pdf
Format: PDF (Portable Document Format)
Mime type: application/pdf
Class: DirectClass
Geometry: 283x425+0+0
Resolution: 72x72
Print size: 3.93056x5.90278
Units: Undefined
Colorspace: sRGB
Type: Bilevel
Base type: Undefined
Endianess: Undefined
Depth: 16/8-bit
Channel depth:
red: 1-bit
green: 1-bit
blue: 1-bit
alpha: 8-bit
Channel statistics:
Pixels: 120275
Red:
min: 0 (0)
max: 65535 (1)
mean: 1233.6 (0.0188235)
standard deviation: 8906.34 (0.135902)
kurtosis: 48.1433
skewness: 7.08117
entropy: 0.134783
Green:
min: 0 (0)
max: 65535 (1)
mean: 1233.6 (0.0188235)
standard deviation: 8906.34 (0.135902)
kurtosis: 48.1433
skewness: 7.08117
entropy: 0.134783
Blue:
min: 0 (0)
max: 65535 (1)
mean: 1233.6 (0.0188235)
standard deviation: 8906.34 (0.135902)
kurtosis: 48.1433
skewness: 7.08117
entropy: 0.134783
Alpha:
min: 0 (0)
max: 65535 (1)
mean: 9929.07 (0.151508)
standard deviation: 20805.3 (0.317469)
kurtosis: 1.91296
skewness: 1.8744
entropy: 0.224671
Image statistics:
Overall:
min: 0 (0)
max: 65535 (1)
mean: 3407.47 (0.0519946)
standard deviation: 11881.1 (0.181294)
kurtosis: 14.4936
skewness: 3.98008
entropy: 0.157255
Alpha: srgba(255,255,255,0) #FFFFFFFFFFFF0000
Colors: 93
Histogram:
91860: ( 0, 0, 0, 0) #0000000000000000 none
9477: ( 0, 0, 0,65535) #000000000000FFFF black
4066: ( 0, 0, 0,34952) #0000000000008888 srgba(0,0,0,0.533333)
3476: ( 0, 0, 0,17476) #0000000000004444 srgba(0,0,0,0.266667)
3180: ( 0, 0, 0,48059) #000000000000BBBB srgba(0,0,0,0.733333)
651: ( 0, 0, 0,57311) #000000000000DFDF srgba(0,0,0,0.87451)
434: ( 0, 0, 0,26214) #0000000000006666 srgba(0,0,0,0.4)
420: ( 0, 0, 0,13107) #0000000000003333 srgba(0,0,0,0.2)
392: ( 0, 0, 0, 8738) #0000000000002222 srgba(0,0,0,0.133333)
355: ( 0, 0, 0, 4369) #0000000000001111 srgba(0,0,0,0.0666667)
347: ( 0, 0, 0,30326) #0000000000007676 srgba(0,0,0,0.462745)
231: ( 0, 0, 0,47288) #000000000000B8B8 srgba(0,0,0,0.721569)
226: ( 0, 0, 0,51143) #000000000000C7C7 srgba(0,0,0,0.780392)
192: ( 0, 0, 0,39064) #0000000000009898 srgba(0,0,0,0.596078)
186: ( 0, 0, 0,36751) #0000000000008F8F srgba(0,0,0,0.560784)
184: ( 0, 0, 0,52428) #000000000000CCCC srgba(0,0,0,0.8)
182: ( 0, 0, 0,43690) #000000000000AAAA srgba(0,0,0,0.666667)
181: ( 0, 0, 0,39321) #0000000000009999 srgba(0,0,0,0.6)
178: ( 0, 0, 0,51657) #000000000000C9C9 srgba(0,0,0,0.788235)
166: ( 0, 0, 0,56797) #000000000000DDDD srgba(0,0,0,0.866667)
163: ( 0, 0, 0,52685) #000000000000CDCD srgba(0,0,0,0.803922)
152: ( 0, 0, 0,60909) #000000000000EDED srgba(0,0,0,0.929412)
148: ( 0, 0, 0,61166) #000000000000EEEE srgba(0,0,0,0.933333)
145: ( 0, 0, 0,21845) #0000000000005555 srgba(0,0,0,0.333333)
136: ( 0, 0, 0,41120) #000000000000A0A0 srgba(0,0,0,0.627451)
132: ( 0, 0, 0,30583) #0000000000007777 srgba(0,0,0,0.466667)
120: ( 0, 0, 0,50372) #000000000000C4C4 srgba(0,0,0,0.768627)
117: ( 0, 0, 0,43176) #000000000000A8A8 srgba(0,0,0,0.658824)
112: ( 0, 0, 0,20046) #0000000000004E4E srgba(0,0,0,0.305882)
101: ( 0, 0, 0,20560) #0000000000005050 srgba(0,0,0,0.313725)
68: ( 0, 0, 0,54998) #000000000000D6D6 srgba(0,0,0,0.839216)
55: ( 0, 0, 0,41891) #000000000000A3A3 srgba(0,0,0,0.639216)
21: ( 0, 0, 0,46003) #000000000000B3B3 srgba(0,0,0,0.701961)
15: ( 0, 0, 0,23644) #0000000000005C5C srgba(0,0,0,0.360784)
13: ( 0, 0, 0,34695) #0000000000008787 srgba(0,0,0,0.529412)
13: ( 0, 0, 0,34181) #0000000000008585 srgba(0,0,0,0.521569)
12: ( 0, 0, 0,39835) #0000000000009B9B srgba(0,0,0,0.607843)
10: ( 0, 0, 0,61937) #000000000000F1F1 srgba(0,0,0,0.945098)
10: ( 0, 0, 0,33924) #0000000000008484 srgba(0,0,0,0.517647)
9: ( 0, 0, 0,32639) #0000000000007F7F srgba(0,0,0,0.498039)
6: ( 0, 0, 0,29298) #0000000000007272 srgba(0,0,0,0.447059)
4: ( 0, 0, 0,25957) #0000000000006565 srgba(0,0,0,0.396078)
3: ( 0, 0, 0,58853) #000000000000E5E5 srgba(0,0,0,0.898039)
3: ( 0, 0, 0, 8481) #0000000000002121 srgba(0,0,0,0.129412)
3: ( 0, 0, 0, 2056) #0000000000000808 srgba(0,0,0,0.0313725)
2: ( 0, 0, 0,65021) #000000000000FDFD srgba(0,0,0,0.992157)
2: ( 0, 0, 0,64250) #000000000000FAFA srgba(0,0,0,0.980392)
2: ( 0, 0, 0,63736) #000000000000F8F8 srgba(0,0,0,0.972549)
2: ( 0, 0, 0,49087) #000000000000BFBF srgba(0,0,0,0.74902)
2: ( 0, 0, 0,33410) #0000000000008282 srgba(0,0,0,0.509804)
2: ( 0, 0, 0,28784) #0000000000007070 srgba(0,0,0,0.439216)
2: ( 0, 0, 0,16705) #0000000000004141 srgba(0,0,0,0.254902)
2: ( 0, 0, 0,16191) #0000000000003F3F srgba(0,0,0,0.247059)
2: ( 0, 0, 0, 1028) #0000000000000404 srgba(0,0,0,0.0156863)
1: ( 0, 0, 0,64507) #000000000000FBFB srgba(0,0,0,0.984314)
1: ( 0, 0, 0,63993) #000000000000F9F9 srgba(0,0,0,0.976471)
1: ( 0, 0, 0,63479) #000000000000F7F7 srgba(0,0,0,0.968627)
1: ( 0, 0, 0,62451) #000000000000F3F3 srgba(0,0,0,0.952941)
1: ( 0, 0, 0,62194) #000000000000F2F2 srgba(0,0,0,0.94902)
1: ( 0, 0, 0,61423) #000000000000EFEF srgba(0,0,0,0.937255)
1: ( 0, 0, 0,60652) #000000000000ECEC srgba(0,0,0,0.92549)
1: ( 0, 0, 0,59367) #000000000000E7E7 srgba(0,0,0,0.905882)
1: ( 0, 0, 0,57825) #000000000000E1E1 srgba(0,0,0,0.882353)
1: ( 0, 0, 0,55255) #000000000000D7D7 srgba(0,0,0,0.843137)
1: ( 0, 0, 0,54484) #000000000000D4D4 srgba(0,0,0,0.831373)
1: ( 0, 0, 0,53970) #000000000000D2D2 srgba(0,0,0,0.823529)
1: ( 0, 0, 0,49344) #000000000000C0C0 srgba(0,0,0,0.752941)
1: ( 0, 0, 0,46517) #000000000000B5B5 srgba(0,0,0,0.709804)
1: ( 0, 0, 0,45232) #000000000000B0B0 srgba(0,0,0,0.690196)
1: ( 0, 0, 0,42405) #000000000000A5A5 srgba(0,0,0,0.647059)
1: ( 0, 0, 0,40606) #0000000000009E9E srgba(0,0,0,0.619608)
1: ( 0, 0, 0,36494) #0000000000008E8E srgba(0,0,0,0.556863)
1: ( 0, 0, 0,35209) #0000000000008989 srgba(0,0,0,0.537255)
1: ( 0, 0, 0,31868) #0000000000007C7C srgba(0,0,0,0.486275)
1: ( 0, 0, 0,31354) #0000000000007A7A srgba(0,0,0,0.478431)
1: ( 0, 0, 0,29555) #0000000000007373 srgba(0,0,0,0.45098)
1: ( 0, 0, 0,29041) #0000000000007171 srgba(0,0,0,0.443137)
1: ( 0, 0, 0,27756) #0000000000006C6C srgba(0,0,0,0.423529)
1: ( 0, 0, 0,26471) #0000000000006767 srgba(0,0,0,0.403922)
1: ( 0, 0, 0,23901) #0000000000005D5D srgba(0,0,0,0.364706)
1: ( 0, 0, 0,21331) #0000000000005353 srgba(0,0,0,0.32549)
1: ( 0, 0, 0,19018) #0000000000004A4A srgba(0,0,0,0.290196)
1: ( 0, 0, 0,15677) #0000000000003D3D srgba(0,0,0,0.239216)
1: ( 0, 0, 0,15163) #0000000000003B3B srgba(0,0,0,0.231373)
1: ( 0, 0, 0,14649) #0000000000003939 srgba(0,0,0,0.223529)
1: ( 0, 0, 0,12593) #0000000000003131 srgba(0,0,0,0.192157)
1: ( 0, 0, 0,11308) #0000000000002C2C srgba(0,0,0,0.172549)
1: ( 0, 0, 0, 8224) #0000000000002020 srgba(0,0,0,0.12549)
1: ( 0, 0, 0, 2570) #0000000000000A0A srgba(0,0,0,0.0392157)
1: ( 0, 0, 0, 2313) #0000000000000909 srgba(0,0,0,0.0352941)
1: ( 0, 0, 0, 771) #0000000000000303 srgba(0,0,0,0.0117647)
1: ( 0, 0, 0, 514) #0000000000000202 srgba(0,0,0,0.00784314)
2264: (65535,65535,65535, 0) #FFFFFFFFFFFF0000 srgba(255,255,255,0)
Rendering intent: Perceptual
Gamma: 0.454545
Chromaticity:
red primary: (0.64,0.33)
green primary: (0.3,0.6)
blue primary: (0.15,0.06)
white point: (0.3127,0.329)
Background color: white
Border color: srgba(223,223,223,1)
Matte color: grey74
Transparent color: none
Interlace: None
Intensity: Undefined
Compose: Over
Page geometry: 283x425+0+0
Dispose: Undefined
Iterations: 0
Compression: Undefined
Orientation: Undefined
Properties:
date:create: 2020-07-09T10:15:48+00:00
date:modify: 2020-07-09T10:15:48+00:00
icc:copyright: Copyright Artifex Software 2011
icc:description: Artifex Software sRGB ICC Profile
pdf:HiResBoundingBox: 283.464x425.196+0+0
pdf:Version: PDF-1.4
signature: 00e501c6231c0d8d04c23e84b4e6268a0b36c8776e662d11a26fcbf2e7734c37
Profiles:
Profile-icc: 2576 bytes
Artifacts:
filename: 1160914.pdf
verbose: true
Tainted: False
Filesize: 19048B
Number pixels: 120275
Pixels per second: 54.4276MB
User time: 0.000u
Elapsed time: 0:01.002
Version: ImageMagick 6.9.10-68 Q16 x86_64 2020-04-01 https://imagemagick.org
Run Code Online (Sandbox Code Playgroud)
后
Image: 1160914_a.pdf
Format: PDF (Portable Document Format)
Mime type: application/pdf
Class: DirectClass
Geometry: 283x425+0+0
Resolution: 72x72
Print size: 3.93056x5.90278
Units: Undefined
Colorspace: sRGB
Type: PaletteAlpha
Base type: Undefined
Endianess: Undefined
Depth: 16/8-bit
Channel depth:
red: 8-bit
green: 8-bit
blue: 8-bit
alpha: 8-bit
Channel statistics:
Pixels: 120275
Red:
min: 0 (0)
max: 65535 (1)
mean: 44179 (0.674128)
standard deviation: 30711.8 (0.468632)
kurtosis: -1.44771
skewness: -0.742992
entropy: 0.168105
Green:
min: 0 (0)
max: 65535 (1)
mean: 44180.2 (0.674147)
standard deviation: 30710.7 (0.468615)
kurtosis: -1.44757
skewness: -0.743073
entropy: 0.165488
Blue:
min: 0 (0)
max: 65535 (1)
mean: 44185.1 (0.674221)
standard deviation: 30710.6 (0.468614)
kurtosis: -1.44705
skewness: -0.743479
entropy: 0.177214
Alpha:
min: 0 (0)
max: 65535 (1)
mean: 3093.15 (0.0471984)
standard deviation: 13504.7 (0.206068)
kurtosis: 16.414
skewness: 4.26005
entropy: 0.0635703
Image statistics:
Overall:
min: 0 (0)
max: 65535 (1)
mean: 33909.4 (0.517424)
standard deviation: 26409.4 (0.402982)
kurtosis: -1.9929
skewness: -0.0698118
entropy: 0.143594
Alpha: srgba(255,255,255,0) #FFFFFFFFFFFF0000
Colors: 179
Histogram:
32788: ( 0, 0, 0, 0) #0000000000000000 none
4794: ( 0, 0, 0,65535) #000000000000FFFF black
432: ( 0, 0, 0,17476) #0000000000004444 srgba(0,0,0,0.266667)
379: ( 0, 0, 0,34952) #0000000000008888 srgba(0,0,0,0.533333)
322: ( 0, 0, 0,48059) #000000000000BBBB srgba(0,0,0,0.733333)
174: ( 0, 0, 0,57311) #000000000000DFDF srgba(0,0,0,0.87451)
16: ( 0, 0, 0, 8738) #0000000000002222 srgba(0,0,0,0.133333)
15: ( 0, 0, 0,20560) #0000000000005050 srgba(0,0,0,0.313725)
14: ( 0, 0, 0,41120) #000000000000A0A0 srgba(0,0,0,0.627451)
12: ( 0, 0, 0,47288) #000000000000B8B8 srgba(0,0,0,0.721569)
12: ( 0, 0, 0,20046) #0000000000004E4E srgba(0,0,0,0.305882)
12: ( 0, 0, 0,11565) #0000000000002D2D srgba(0,0,0,0.176471)
11: ( 0, 0, 0,50372) #000000000000C4C4 srgba(0,0,0,0.768627)
10: ( 0, 0, 0,26214) #0000000000006666 srgba(0,0,0,0.4)
9: ( 0, 0, 0,13107) #0000000000003333 srgba(0,0,0,0.2)
8: ( 0, 0, 0, 4369) #0000000000001111 srgba(0,0,0,0.0666667)
7: ( 0, 0, 0,54998) #000000000000D6D6 srgba(0,0,0,0.839216)
7: ( 0, 0, 0,52685) #000000000000CDCD srgba(0,0,0,0.803922)
7: ( 0, 0, 0,43176) #000000000000A8A8 srgba(0,0,0,0.658824)
7: ( 0, 0, 0,30326) #0000000000007676 srgba(0,0,0,0.462745)
6: ( 0, 0, 0,51657) #000000000000C9C9 srgba(0,0,0,0.788235)
6: ( 0, 0, 0,18761) #0000000000004949 srgba(0,0,0,0.286275)
5: ( 0, 0, 0,65278) #000000000000FEFE srgba(0,0,0,0.996078)
5: ( 0, 0, 0,39064) #0000000000009898 srgba(0,0,0,0.596078)
4: ( 0, 0, 0,36751) #0000000000008F8F srgba(0,0,0,0.560784)
3: ( 0, 0, 0,65021) #000000000000FDFD srgba(0,0,0,0.992157)
3: ( 0, 0, 0,64507) #000000000000FBFB srgba(0,0,0,0.984314)
3: ( 0, 0, 0,61166) #000000000000EEEE srgba(0,0,0,0.933333)
3: ( 0, 0, 0,56797) #000000000000DDDD srgba(0,0,0,0.866667)
3: ( 0, 0, 0,52428) #000000000000CCCC srgba(0,0,0,0.8)
3: ( 0, 0, 0,51143) #000000000000C7C7 srgba(0,0,0,0.780392)
3: ( 0, 0, 0,12336) #0000000000003030 srgba(0,0,0,0.188235)
2: ( 0, 0, 0,62965) #000000000000F5F5 srgba(0,0,0,0.960784)
2: ( 0, 0, 0,43690) #000000000000AAAA srgba(0,0,0,0.666667)
2: ( 0, 0, 0,40606) #0000000000009E9E srgba(0,0,0,0.619608)
2: ( 0, 0, 0,39321) #0000000000009999 srgba(0,0,0,0.6)
2: ( 0, 0, 0,30840) #0000000000007878 srgba(0,0,0,0.470588)
2: ( 0, 0, 0, 1799) #0000000000000707 srgba(0,0,0,0.027451)
2: ( 0, 0, 0, 514) #0000000000000202 srgba(0,0,0,0.00784314)
1: ( 0, 0, 0,64250) #000000000000FAFA srgba(0,0,0,0.980392)
1: ( 0, 0, 0,61937) #000000000000F1F1 srgba(0,0,0,0.945098)
1: ( 0, 0, 0,60138) #000000000000EAEA srgba(0,0,0,0.917647)
1: ( 0, 0, 0,59624) #000000000000E8E8 srgba(0,0,0,0.909804)
1: ( 0, 0, 0,59110) #000000000000E6E6 srgba(0,0,0,0.901961)
1: ( 0, 0, 0,55512) #000000000000D8D8 srgba(0,0,0,0.847059)
1: ( 0, 0, 0,49601) #000000000000C1C1 srgba(0,0,0,0.756863)
1: ( 0, 0, 0,48573) #000000000000BDBD srgba(0,0,0,0.741176)
1: ( 0, 0, 0,47802) #000000000000BABA srgba(0,0,0,0.729412)
1: ( 0, 0, 0,44204) #000000000000ACAC srgba(0,0,0,0.67451)
1: ( 0, 0, 0,42662) #000000000000A6A6 srgba(0,0,0,0.65098)
1: ( 0, 0, 0,41891) #000000000000A3A3 srgba(0,0,0,0.639216)
1: ( 0, 0, 0,39578) #0000000000009A9A srgba(0,0,0,0.603922)
1: ( 0, 0, 0,30583) #0000000000007777 srgba(0,0,0,0.466667)
1: ( 0, 0, 0,21845) #0000000000005555 srgba(0,0,0,0.333333)
1: ( 0, 0, 0,17990) #0000000000004646 srgba(0,0,0,0.27451)
1: ( 0, 0, 0,18247) #0000000000004747 srgba(0,0,0,0.278431)
1: ( 0, 0, 0,16962) #0000000000004242 srgba(0,0,0,0.258824)
1: ( 0, 0, 0,14392) #0000000000003838 srgba(0,0,0,0.219608)
1: ( 0, 0, 0,10794) #0000000000002A2A srgba(0,0,0,0.164706)
1: ( 0, 0, 0,10537) #0000000000002929 srgba(0,0,0,0.160784)
1: ( 0, 0, 0, 6682) #0000000000001A1A srgba(0,0,0,0.101961)
1: ( 0, 0, 0, 3855) #0000000000000F0F srgba(0,0,0,0.0588235)
1: ( 0, 0, 0, 3341) #0000000000000D0D srgba(0,0,0,0.0509804)
1: ( 0, 0, 0, 1028) #0000000000000404 srgba(0,0,0,0.0156863)
1: ( 0, 0, 5654,65535) #000000001616FFFF srgba(0,0,22,1)
1: ( 0, 0,13364,65535) #000000003434FFFF srgba(0,0,52,1)
1: ( 0, 0,16191, 0) #000000003F3F0000 srgba(0,0,63,0)
1: ( 0, 0,16448,65535) #000000004040FFFF srgba(0,0,64,1)
1: ( 0, 0,20046, 0) #000000004E4E0000 srgba(0,0,78,0)
1: ( 0, 0,25186, 0) #0000000062620000 srgba(0,0,98,0)
1: ( 0, 0,33153, 0) #0000000081810000 srgba(0,0,129,0)
1: ( 0, 0,37779, 0) #0000000093930000 srgba(0,0,147,0)
1: ( 0, 0,40349, 0) #000000009D9D0000 srgba(0,0,157,0)
1: ( 0, 0,46774, 0) #00000000B6B60000 srgba(0,0,182,0)
1: ( 0, 0,49601, 0) #00000000C1C10000 srgba(0,0,193,0)
1: ( 0, 0,52171, 0) #00000000CBCB0000 srgba(0,0,203,0)
1: ( 0, 257,59881, 0) #00000101E9E90000 srgba(0,1,233,0)
1: ( 0, 1285,55512, 0) #00000505D8D80000 srgba(0,5,216,0)
1: ( 0, 3084,64250,65535) #00000C0CFAFAFFFF srgba(0,12,250,1)
1: ( 0, 7967,63736,65535) #00001F1FF8F8FFFF srgba(0,31,248,1)
1: ( 0,10280,64764,17476) #00002828FCFC4444 srgba(0,40,252,0.266667)
1: ( 0,11822,65021, 0) #00002E2EFDFD0000 srgba(0,46,253,0)
8: ( 0,12079,65535, 0) #00002F2FFFFF0000 srgba(0,47,255,0)
1: ( 0,14392,65535, 0) #00003838FFFF0000 srgba(0,56,255,0)
4: ( 0,16191,65535, 0) #00003F3FFFFF0000 srgba(0,63,255,0)
1: ( 0,17990,65535, 0) #00004646FFFF0000 srgba(0,70,255,0)
1: ( 0,18761,65535,65535) #00004949FFFFFFFF srgba(0,73,255,1)
2: ( 0,20817,65535, 0) #00005151FFFF0000 srgba(0,81,255,0)
1: ( 0,33410,65535, 0) #00008282FFFF0000 srgba(0,130,255,0)
1: ( 0,41377,65535,65535) #0000A1A1FFFFFFFF srgba(0,161,255,1)
1: ( 0,42919,65535, 0) #0000A7A7FFFF0000 srgba(0,167,255,0)
1: ( 0,52171,65535, 0) #0000CBCBFFFF0000 srgba(0,203,255,0)
2: ( 0,53199,65535, 0) #0000CFCFFFFF0000 srgba(0,207,255,0)
1: ( 0,57054,65535, 0) #0000DEDEFFFF0000 srgba(0,222,255,0)
1: ( 0,58853,65535, 0) #0
| 归档时间: |
|
| 查看次数: |
1964 次 |
| 最近记录: |