jcsalterego / pngpaste

Paste PNG into files, much like pbpaste does for text.
Other
477 stars 32 forks source link

added support to image copied from pdf doc. #2

Closed joonhwan closed 11 years ago

joonhwan commented 11 years ago

At first, thanks for this nice and neat tool that can help me to save images easily for my text oriented document tool(emacs org-mode).

This patch enables us to save image that is copied in mac osx 'Preview' opening pdf file.

Thanks.

jcsalterego commented 11 years ago

Thanks for the pull request! I am reviewing it now.

Looking at the rendering of the PDF, is there any reason why you chose 1.5 as the scaling multiplier?

jcsalterego commented 11 years ago

Thanks for your code @joonhwan!

I have merged it in, plus some refactoring for formatting and overall layout; the essence of your patch is here: https://github.com/jcsalterego/pngpaste/blob/master/pngpaste.m#L73-L95

Cheers!

joonhwan commented 11 years ago

nice and neat code! 1.5 was needed for more readable text in the pdf data Thaks again for this too again