Guest User

Differences between ghostscript 9.06 original and debian

a guest
Jan 5th, 2016
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. diff -r orig/pdf_base.ps deb/pdf_base.ps
  2. 1005c1005,1006
  3. < 2 index //null eq {
  4. ---
  5. > 2 index //null eq
  6. > {
  7. 1007,1012c1008,1014
  8. < } {
  9. < { % Stack: parms source filtername
  10. < 2 index 0 oget dup type /dicttype ne { pop } {
  11. < exch filtername dup /JBIG2Decode eq { exch jbig2cachectx exch } if
  12. < } ifelse add_A85_param filter
  13. < exch dup length 1 sub 1 exch getinterval exch
  14. ---
  15. > }
  16. > {
  17. > dup length 3 index length ne %% compare lengths of DecodeParmas and Filter arrays
  18. > { %% if they aren't the same, ignore the decode params
  19. > ( **** Warning: ignoring stream /DecodeParams array as its length is different to the Filters array.\n) pdfformaterror
  20. > 3 -1 roll pop //null 3 1 roll
  21. > { filtername add_A85_param filter }
  22. 1014c1016,1028
  23. < } ifelse forall exch pop
  24. ---
  25. > {
  26. > { % Stack: parms source filtername
  27. > 2 index 0 oget dup type /dicttype ne
  28. > { pop }
  29. > {
  30. > exch filtername dup /JBIG2Decode eq { exch jbig2cachectx exch } if
  31. > } ifelse
  32. > add_A85_param filter
  33. > exch dup length 1 sub 1 exch getinterval exch
  34. > }
  35. > } ifelse
  36. > } ifelse
  37. > forall exch pop
  38. diff -r orig/pdf_draw.ps deb/pdf_draw.ps
  39. 1776,1778c1776,1777
  40. < /pdfemptycount count 2 sub store
  41. < q execform % gsave / grestore around the Form
  42. <
  43. ---
  44. > /pdfemptycount count 3 sub store
  45. > /q cvx /execform cvx 5 -2 roll 4 .execn
Add Comment
Please, Sign In to add comment