search for: imageinfo

Displaying 4 results from an estimated 4 matches for "imageinfo".

2009 Jul 08
2
RuntimeError (JPEG marker not found!):
Hi, while generating the PDF file , i am getting following error.. please help for me. RuntimeError (JPEG marker not found!): C:/Ruby/lib/ruby/gems/1.8/gems/pdf-writer-1.1.8/lib/pdf/writer/ graphics/imageinfo.rb:176:in ` measure_JPEG'' C:/Ruby/lib/ruby/gems/1.8/gems/pdf-writer-1.1.8/lib/pdf/writer/ graphics/imageinfo.rb:174:in ` loop'' C:/Ruby/lib/ruby/gems/1.8/gems/pdf-writer-1.1.8/lib/pdf/writer/ graphics/imageinfo.rb:174:in ` measure_JPEG'' C:/Ruby/lib/ruby/gems/1.8/gems...
2010 Oct 29
6
[LLVMdev] RFC: [Proposal] Module-Level Attributes
...ain attribute. Semantics: Module-level attributes are looked at only by those parts of the compiler which care about them. Deleting a module attribute may effect code generation. Each module- level attribute will have its own documented semantics for how it may be used. Example: The Objective-C imageinfo section isn't merged correctly for the following. t.mm: #import <Foundation/Foundation.h> NSAutoreleasePool *foo(); int main() { NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; NSAutoreleasePool *pond = foo(); return 0; } f.mm: #import <Foundation/Foundation.h>...
2010 Oct 30
0
[LLVMdev] RFC: [Proposal] Module-Level Attributes
On Oct 28, 2010, at 5:46 PM, Bill Wendling wrote: > > Comments? Hi Bill, This is a broad solution to what sounds like a specific problem. Are there any other uses for module-level attributes anticipated? Do you anticipate defining what ImageInfo, CorrectedSynthesize, GCOnly, etc. mean in LangRef.html, or are they just going to be left as "The is for ObjC." ? Thanks, Dan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101030/b8011806/atta...
2010 Oct 30
0
[LLVMdev] RFC: [Proposal] Module-Level Attributes
> LTO would see that the module attributes are incompatible and will reject > trying > to link the two modules. > Comments? Just questions since I am not familiar with objc: *) Is the native linker able to handle this if you don't use LTO? *) -fobjc-gc/-fno-objc-gc have any other impact on functions or data structures? Could you use these to detect the problem? I am just a bit