473,503 Members | 241 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How are jpeg images usually hidden??

I have an application that I think was developed using some form of
Borland C with a folder for BIG images with the extension .fre. When I
try to view them they cannot be read even by changing the extension
to jpg, bmp, zip, etc.

I also used some utilities for resource extraction with no success.

I know the images are there and there has to be a way to show and
convert them to a known format. I have seen libjpeg.dll and zlib.dll
in the main application folder along with other dlls.

Please suggest some utility or tell me the way developers usually hide
application jpg images (not icons, etc).

Thanks
Jul 22 '05 #1
3 1578

"markus" <m7***@hotpop.com> wrote in message
news:b2**************************@posting.google.c om...
I have an application that I think was developed using some form of
Borland C with a folder for BIG images with the extension .fre. When I
try to view them they cannot be read even by changing the extension
to jpg, bmp, zip, etc.

I also used some utilities for resource extraction with no success.

I know the images are there and there has to be a way to show and
convert them to a known format. I have seen libjpeg.dll and zlib.dll
in the main application folder along with other dlls.

Please suggest some utility or tell me the way developers usually hide
application jpg images (not icons, etc).


Do you have a question about C++? If not then one of the groups in
news:comp.graphics.* would be a better place to ask.

john
Jul 22 '05 #2
"markus" <m7***@hotpop.com> wrote in message
news:b2**************************@posting.google.c om
I have an application that I think was developed using some form of
Borland C with a folder for BIG images with the extension .fre. When I
try to view them they cannot be read even by changing the extension
to jpg, bmp, zip, etc.
Why would you expect that they could be? People don't give JPEG or BMP
images a .fre extension. It is a different type of file and must be treated
in the manner appropriate to that file format.
I also used some utilities for resource extraction with no success.

I know the images are there and there has to be a way to show and
convert them to a known format. I have seen libjpeg.dll and zlib.dll
in the main application folder along with other dlls.

Please suggest some utility or tell me the way developers usually hide
application jpg images (not icons, etc).


What makes you think that there are any JPEG images at all?

This whole subject is off-topic. If, however, you had done a Google search
you would have soon discovered that .fre is a file extension for a "Creative
Digital Blaster Digital VCR file". There are hundreds of file formats. The
fact that you can't see an image by treating it as a JPEG file is not
surprising. Step 1 in viewing any file is to find out what format it
actually is. Step 2 is to process it appropriately for the particular file
format in question.
--
John Carson
1. To reply to email address, remove donald
2. Don't reply to email address (post here instead)

Jul 22 '05 #3
"John Carson" <do***********@datafast.net.au> wrote in message
news:40******@usenet.per.paradox.net.au

This whole subject is off-topic. If, however, you had done a Google
search you would have soon discovered that .fre is a file extension
for a "Creative Digital Blaster Digital VCR file".


It is also described as "Male Format CT". I don't know if this is the same
file type or a different one.
--
John Carson
1. To reply to email address, remove donald
2. Don't reply to email address (post here instead)

Jul 22 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
18358
by: Derek | last post by:
I wanted to know if anyone had any insight or sample code of creating an AVI file from a directory of JPEG images. I have read the thread that that speaks about creating a MOV file from JPEG images...
0
3746
by: frankenberry | last post by:
I have multi-page tiff files. I need to extract individual frames from the multi-page tiffs and save them as single-page tiffs. 95% of the time I receive multi-page tiffs containing 1 or more black...
16
11812
by: David Lauberts | last post by:
Hi Wonder if someone has some words of wisdom. I have a access 2002 form that contains 2 graph objects that overlay each other and would like to export them as a JPEG to use in a presentation....
4
2713
by: Rednelle | last post by:
Greetings all, As a newbie, using Access 2000, I would appreciate advice on the best way to include pictures. I have developed a 'Home Inventory' database which can include jpeg thumbnails of...
3
1588
by: giladg22 | last post by:
Hi All, I need some help resolving a pretty tricky problem. I have a javascript application running from a CD. The script preloads between 500 to 1000 jpegs (about 40K each) to the IE. The IE...
12
2803
by: comp.lang.php | last post by:
index.php: // STUFF // STEP 1: imagecreatetruecolor ONLY IF GD 2.0+ SUPPORTED AND FOUND if ($this->isSuccessful && !$hasMogrified && $image && !$newImage &&...
1
2539
by: Masood | last post by:
Greetings, We are writing an application wherein we have to display jpeg images, we are thinking of using the IJG JPEG LIB written in C code. Will be greatfull if someone could guide us as to...
1
3198
by: derWolf | last post by:
Hi all! I have problem please help me to find answer. I have images and data files (models, scenes, materials etc) in my simple Open GL game written for Borland C++ 5.02 compiler. I need to...
2
4962
by: mndprasad | last post by:
hi all i am doing a project in java where i need to convert 10 jpeg images into a single tiff image..conversion of single jpeg image to single tiff is happening but embedding all the 10 jpeg images...
0
7203
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7089
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7339
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6995
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5581
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
3168
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3157
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1515
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
738
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.