public
Description: Fast, Nimble PDF Writer for Ruby
Homepage: http://prawn.majesticseacreature.com
Clone URL: git://github.com/sandal/prawn.git
remove old comments
sandal (author)
Thu Jul 24 17:19:13 -0700 2008
commit  c380909dc5cf96f4ba6888b41f39305d133a0b4e
tree    44b24048b66bd1c3eb54714f838c158e943b8731
parent  9dbda1baefbe902488891a527761a9a4258e7193
...
27
28
29
30
31
32
33
34
35
36
37
...
27
28
29
 
 
 
 
 
30
31
32
0
@@ -27,11 +27,6 @@ module Prawn
0
       x,y = translate(options[:at])
0
 
0
       # build the image object and embed the raw data
0
-      # TODO: need a lot more smarts in the building of this dict. The values
0
-      #       for options like ColorSpace and Filter depend on the image file.
0
-      # TODO: What's the best way to get the necessary info from the image file
0
-      #       without resorting to imagemagick and other scary dependencies?
0
-      #       Maybe check PDF::Writer for ideas.
0
       case image_info.format
0
       when "JPEG" then
0
         image_obj = build_jpg_object(image_info, image_content.size)

Comments