473,395 Members | 1,554 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

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 8773

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
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
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
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
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
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
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
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
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
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
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
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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
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...

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.