473,504 Members | 13,830 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Image processing

My application was written by C# and I couldn't load the photoshop image.
Are there any Pro out there know how to load the photoshop image with the
file extension is: .PSD. Thanks you all in advance, I'm greatly appreciate
for your help. Have a good one...

Kate Luu
Nov 15 '05 #1
4 8777

By default, C# will load GIF, PNG, JGP, BMP and probably a few other
standards.The Photoshop file format is a lot more advanced - it supports
layers, alpha channels, text layers, masks and so on. There is no way for a
C# program to load a Photoshop file without a LOT of work, because you
would have to create different Bitmap structures for each layer and so on
and so forth.

I'm not saying it's impossible, but it wouldn't be easy. I'd definitely
consider some other way - perhaps exporting the Photoshop images as JPEGs
first.

john

--------------------
| From: "Kate Luu" <cq***@yahoo.com>
| Subject: Image processing
| Date: Thu, 7 Aug 2003 11:00:57 -0700
| Lines: 8
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2600.0000
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
| Message-ID: <eI**************@tk2msftngp13.phx.gbl>
| Newsgroups: microsoft.public.dotnet.languages.csharp
| NNTP-Posting-Host: lsanca1-ar3-158-003.biz.dsl.gtei.net 4.33.158.3
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msftn gp13.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.languages.csharp:174958
| X-Tomcat-NG: microsoft.public.dotnet.languages.csharp
|
| My application was written by C# and I couldn't load the photoshop image.
| Are there any Pro out there know how to load the photoshop image with the
| file extension is: .PSD. Thanks you all in advance, I'm greatly appreciate
| for your help. Have a good one...
|
| Kate Luu
|
|
|

Nov 15 '05 #2
http://216.239.37.104/search?q=cache.../Dev/Format/gr
aphics/PSD.pdf+photoshop+file+format+sdk&hl=en&ie=UTF-8#6
or search on p2p networks for "encyclopedia of graphics file formats .pdf"
by o'reilly it has them all..


"Kate Luu" <cq***@yahoo.com> wrote in message
news:eI**************@tk2msftngp13.phx.gbl...
My application was written by C# and I couldn't load the photoshop image.
Are there any Pro out there know how to load the photoshop image with the
file extension is: .PSD. Thanks you all in advance, I'm greatly appreciate
for your help. Have a good one...

Kate Luu

Nov 15 '05 #3
Thanks you so much John, I'm deeply appreciated for your input. Have a good
one...

Kate Luu

"John Kennedy[MSFT]" <jo******@online.microsoft.com> wrote in message
news:t8**************@cpmsftngxa06.phx.gbl...

By default, C# will load GIF, PNG, JGP, BMP and probably a few other
standards.The Photoshop file format is a lot more advanced - it supports
layers, alpha channels, text layers, masks and so on. There is no way for a C# program to load a Photoshop file without a LOT of work, because you
would have to create different Bitmap structures for each layer and so on
and so forth.

I'm not saying it's impossible, but it wouldn't be easy. I'd definitely
consider some other way - perhaps exporting the Photoshop images as JPEGs
first.

john

--------------------
| From: "Kate Luu" <cq***@yahoo.com>
| Subject: Image processing
| Date: Thu, 7 Aug 2003 11:00:57 -0700
| Lines: 8
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2600.0000
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
| Message-ID: <eI**************@tk2msftngp13.phx.gbl>
| Newsgroups: microsoft.public.dotnet.languages.csharp
| NNTP-Posting-Host: lsanca1-ar3-158-003.biz.dsl.gtei.net 4.33.158.3
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msftn gp13.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.languages.csharp:174958 | X-Tomcat-NG: microsoft.public.dotnet.languages.csharp
|
| My application was written by C# and I couldn't load the photoshop image. | Are there any Pro out there know how to load the photoshop image with the | file extension is: .PSD. Thanks you all in advance, I'm greatly appreciate | for your help. Have a good one...
|
| Kate Luu
|
|
|

Nov 15 '05 #4
Thanks you so much Bill, I'm deeply appreciated for your input. Have a good
one...

By the way, your company have too much intelligent people came from the
whole world, you guy should be very easy to make the pictureBox support any
kind of image format.

"Bill Gates" <bi***@microsoft.com> wrote in message
news:ec*************@tk2msftngp13.phx.gbl...
http://216.239.37.104/search?q=cache.../Dev/Format/gr aphics/PSD.pdf+photoshop+file+format+sdk&hl=en&ie=UTF-8#6
or search on p2p networks for "encyclopedia of graphics file formats .pdf"
by o'reilly it has them all..


"Kate Luu" <cq***@yahoo.com> wrote in message
news:eI**************@tk2msftngp13.phx.gbl...
My application was written by C# and I couldn't load the photoshop image. Are there any Pro out there know how to load the photoshop image with the file extension is: .PSD. Thanks you all in advance, I'm greatly appreciate for your help. Have a good one...

Kate Luu


Nov 15 '05 #5

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

Similar topics

9
4073
by: Deepa | last post by:
Hi All, I'm facing problem displaying image of size 5000X5000 .My window size is smaller than image size so i'm not able to see the complete image.i can use scroll bars to view the image but i...
1
5654
by: jasonshohet | last post by:
I read recently that: "if a before-image was made before an interruption in database processing, you use the before-image dump & simply begin processing again from just before the last...
5
11640
by: Jigar Mehta | last post by:
Hye Friends!!, Happy New Year!! I am Jigar Mehta from India. Currently I am working on a project in which I need to compress some images on the harddisk... I want to make an engine that reads...
2
14514
by: | last post by:
Hi, we are planning to rewrite an extisting C++ image processing application/library in C#. Now several question arouse where I hope you can help me: So far we allocated a block of memory as...
10
4399
by: stonny | last post by:
Hi, I am converting my matlab program into C/C++. I need to change some image processing toolbox functions into C/C++, such as edge detection, mathematical morphology. Is there any place that I...
10
5690
by: Enrique Cruiz | last post by:
Hello all, I am currently implementing a fairly simple algorithm. It scans a grayscale image, and computes a pixel's new value as a function of its original value. Two passes are made, first...
3
2537
by: birensubudhi | last post by:
hey guys,can anyone tell me what is image processing, how to do it using C. IN KSHITIJ 2007 held at IIT kgp a que by INFOSYS is asked, they hav given an image then cut in different orientation...
2
2903
by: Peter Oliphant | last post by:
The Image class allows loading a bitmap from a graphic file. So far I've gotten it to work with JPG and BMP files. What other graphic file formats are supported in this way? Is this fixed based...
5
1992
by: whisk3rs | last post by:
Hello, I have a conceptual question. I need to write a program that will take as input a list of images and then process each image individually (extract useful features from the image) ...
0
2001
by: tavares | last post by:
(Our apologies for cross-posting. We appreciate if you kindly distribute this information by your co- workers and colleagues.) ...
0
7213
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
7098
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
7298
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
5610
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,...
1
5026
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4698
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3176
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
754
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
406
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.