CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2011
    Posts
    0

    Red face JPEGs extracted from exe came PIXELATED

    Hello,

    This is a small 'OCR data editing 2.0.3' software(160kb), but it access a big file VBDL.exe (175mb) ... (some call it virus, but its not).
    Its an image database. It contains about 798 jpeg files which is shown in the ocr software. Although, the jpgs are 576x1440 px long, it is shown partially & one has to scroll down.

    Now, I was curious ...
    So, I extracted the jpegs from that VBDL.exe - and they all came out Pixelated. (chk d scrnshots)
    http://img269.imageshack.us/img269/1...1440x24bpp.jpg
    I used 2 software - JPEG Extractor & MultiExtractor, both produced same result.

    But in the OCR software they look clean n good.
    http://img153.imageshack.us/img153/7...0803154502.jpg

    Why this is happening & how to resolve it ???
    (Strangely, Photoshop CS5 can't able to open those extracted pixelate jps)
    (Are they missing something? JPGs dont need codecs like videos. But in that case
    I also tried to extract them while the software was running. But yielded same result.)

    Also tell me what those controls for scrolling the jpg, in the ocr software called ??? (marked by red circle)
    What is the difference between a scrolling window & those controls???


    THNX in advance ...

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: JPEGs extracted from exe came PIXELATED

    That might be what is called PROPRIETARY FORMAT, which means, unless they'll give it to you (or at least the FORMAT DEF'S), you'd have to guess.

    + d_glienna
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  3. #3
    Join Date
    Feb 2011
    Location
    United States
    Posts
    1,016

    Re: JPEGs extracted from exe came PIXELATED

    You can try using some data carving tools. For example, see: http://www.forensicswiki.org/wiki/Tools:Data_Recovery

    I seem to recall having good experiences using Foremost. Give it a try.

    Most are linux tools. If you have access to a linux box, great. Otherwise, there are usually binaries compiled to run under Windows using cygwin (link).
    Best Regards,

    BioPhysEngr
    http://blog.biophysengr.net
    --
    All advice is offered in good faith only. You are ultimately responsible for effects of your programs and the integrity of the machines they run on.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured