473,657 Members | 2,473 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 8789

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.co m>
| 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.publi c.dotnet.langua ges.csharp
| NNTP-Posting-Host: lsanca1-ar3-158-003.biz.dsl.gte i.net 4.33.158.3
| Path: cpmsftngxa06.ph x.gbl!TK2MSFTNG P08.phx.gbl!tk2 msftngp13.phx.g bl
| Xref: cpmsftngxa06.ph x.gbl microsoft.publi c.dotnet.langua ges.csharp:1749 58
| X-Tomcat-NG: microsoft.publi c.dotnet.langua ges.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+photosh op+file+format+ sdk&hl=en&ie=UT F-8#6
or search on p2p networks for "encycloped ia of graphics file formats .pdf"
by o'reilly it has them all..


"Kate Luu" <cq***@yahoo.co m> wrote in message
news:eI******** ******@tk2msftn gp13.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******@onlin e.microsoft.com > wrote in message
news:t8******** ******@cpmsftng xa06.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.co m>
| 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.publi c.dotnet.langua ges.csharp
| NNTP-Posting-Host: lsanca1-ar3-158-003.biz.dsl.gte i.net 4.33.158.3
| Path: cpmsftngxa06.ph x.gbl!TK2MSFTNG P08.phx.gbl!tk2 msftngp13.phx.g bl
| Xref: cpmsftngxa06.ph x.gbl microsoft.publi c.dotnet.langua ges.csharp:1749 58 | X-Tomcat-NG: microsoft.publi c.dotnet.langua ges.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***@microsof t.com> wrote in message
news:ec******** *****@tk2msftng p13.phx.gbl...
http://216.239.37.104/search?q=cache.../Dev/Format/gr aphics/PSD.pdf+photosh op+file+format+ sdk&hl=en&ie=UT F-8#6
or search on p2p networks for "encycloped ia of graphics file formats .pdf"
by o'reilly it has them all..


"Kate Luu" <cq***@yahoo.co m> wrote in message
news:eI******** ******@tk2msftn gp13.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
4086
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 need to rotate the image and the see the result everytime. For this my boss has given me suggestion to display only 20% of the image on window ,and rotation has to be applied to original copy.
1
5674
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 transaction. Any checkpoints are irrelevant." I'm not a dba here, so bear with me... What I don't understand is, why are checkpoints irrelevant when you did a before image dump? Why not begin from the last checkpoint? Probably part of my problem is...
5
11667
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 whole BMP image and then compress it.. The target location can be of any type.. BMP, TIFF, JPG or any.. Some data loss will be negligible because all the images are having very high resolution with 32-bit colors (taken from digi-cam).
2
14530
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 image buffer, handed this to a driver dll and got raw image data back in this buffer. We then handed this buffer by reference to another C++ dll to do base image processing on it. Alternativly we copy an area of the whole image to a newly...
10
4419
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 can download some open source program to release my load? Many Thanks Dexin
10
5718
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 horizontally and second vertically. The problem I have is that the vertical pass is 3 to 4 times slower than the horizontal, although the code is _exactly_ the same in both cases?! The code itself is very simple. There are 2 loops to scan through...
3
2551
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 ,put in a abstract(unordered) manner & asked to jumble it using C PROGRAMMING to get the real image.
2
2924
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 on the .NET Framework used (e.g., the Image class defines which formats can be used), or can different file formats be added after-the-fact (end-user capability in contrast to developer implementation)? Also, is it possible to save an image in...
5
2000
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) Processing each image takes about 20 seconds, and I would like to utilize all available cores / CPUs on a machine to do processing in parallel - for simplicity, I think it'd be easier for now to have each core process an individual image (rather than have...
0
2012
by: tavares | last post by:
(Our apologies for cross-posting. We appreciate if you kindly distribute this information by your co- workers and colleagues.) *************************************************************************** Symposium “Image Processing and Data Visualization” 2nd South-East European Conference on Computational Mechanics (SEECCM 2009) Island of Rhodes, Greece, 22-24 June 2009
0
8397
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8310
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
8503
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7333
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5632
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4158
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2731
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 we have to send another system
2
1957
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1620
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 can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.