Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.postscript > #3352
| Newsgroups | comp.lang.postscript |
|---|---|
| Date | 2019-03-18 15:30 -0700 |
| References | <a50474cb-2fe9-42a6-b68d-ef189004d57d@googlegroups.com> <3135187d-6319-499d-8d96-0869c90eea54@googlegroups.com> <q6otp4$utr$1@dont-email.me> |
| Message-ID | <52e49ba0-7ec6-40e8-814d-27587b45d151@googlegroups.com> (permalink) |
| Subject | Re: images inside nested code items { … { … } … } |
| From | jdawiseman.bloomberg@gmail.com |
My code is working — hurray! But please allow a small question.
There are two parts to the code.
①
/Logo_Data
currentfile
<< /Filter /ASCIIHexDecode /Intent 0 >>
/ReusableStreamDecode filter
FFD8FFE000104A46494600010100004800480000FFE100404578696600004D
…
773CCC58C5ED539EF502F6A9CF7AEB471B168A28A620A28A2800A28A2803FF
D9
>
def
Logo_Data 0 setfileposition
②
bool
{
CentreX CentreY translate
<< /width 147 /height 146 >> begin
DiagonalSize height dup mul width dup mul add sqrt div dup scale
width -2 div height -2 div translate
<<
/ImageType 1
/Width width
/Height height
/ImageMatrix [1 0 0 -1 0 height]
/DataSource Logo_Data << >> /DCTDecode filter
/BitsPerComponent 8
/Decode [0 1 0 1 0 1]
>> image
end
} if
Please, how can I move the “<< >> /DCTDecode filter” from ② to ①?
Back to comp.lang.postscript | Previous | Next — Previous in thread | Next in thread | Find similar
images inside nested code items { … { … } … } jdaw1 <jdawiseman@gmail.com> - 2019-03-16 13:00 -0700
Re: images inside nested code items { … { … } … } luser droog <luser.droog@gmail.com> - 2019-03-16 14:31 -0700
Re: images inside nested code items { … { … } … } jdaw1 <jdawiseman@gmail.com> - 2019-03-17 03:18 -0700
Re: images inside nested code items { … { … } … } jdaw1 <jdawiseman@gmail.com> - 2019-03-17 09:47 -0700
Re: images inside nested code items { … { … } … } luser droog <luser.droog@gmail.com> - 2019-03-17 12:27 -0700
Re: images inside nested code items { … { … } … } jdaw1 <jdawiseman@gmail.com> - 2019-03-17 16:30 -0700
Re: images inside nested code items { … { … } … } jdaw1 <jdawiseman@gmail.com> - 2019-03-17 17:02 -0700
Re: images inside nested code items { … { … } … } Martin Leese <please@see.Web.for.e-mail.INVALID> - 2019-03-18 14:06 -0600
Re: images inside nested code items { … { … } … } jdawiseman.bloomberg@gmail.com - 2019-03-18 15:30 -0700
Re: images inside nested code items { … { … } … } luser droog <luser.droog@gmail.com> - 2019-03-18 18:43 -0700
Re: images inside nested code items { … { … } … } jdawiseman.bloomberg@gmail.com - 2019-03-19 14:10 -0700
Re: images inside nested code items { … { … } … } jdawiseman.bloomberg@gmail.com - 2019-03-20 15:21 -0700
Re: images inside nested code items { … { … } … } jdawiseman.bloomberg@gmail.com - 2019-03-23 17:22 -0700
Re: images inside nested code items { … { … } … } jdawiseman.bloomberg@gmail.com - 2019-03-24 14:11 -0700
csiph-web