0
votes
3answers
31 views
Scale a .jpg file in WPF
I'd like to open a .jpg file in WPF, scale it down to around 50%, then save it back to the file system. What's a good/efficient way to go about doing that?
0
votes
2answers
115 views
Converting from HBITMAP to Jpeg or Png in C++
Does anyone know how I can use an HBITMAP variable to write a png or jpeg file?
I first looked into doing this with GDI+ but it gives me errors telling me min/max haven't been def …
7
votes
9answers
461 views
How can you dynamically put different patterns on images in a webpage . .
i have
A bunch of fabric patterns (simple jpg files)
An image for every letter of the alphabet(blank white background)
I essentially want to have a page similar to this:
http:/ …
0
votes
2answers
289 views
Realtime BMP to JPG conversion in Delphi 7 using Paradox
Researching here and at Code News Fast, I've seen nothing on point to my problem. I have an app where a customer picture (a JvDBImage) is acquired through the clipboard from a thir …
1
vote
4answers
90 views
webdesign - jpg or png, which one is the best for web
Hi,
I'm web developer for some time, and got used transforming all my designs into png file format in order to construct my webpages. Despite the fact that png, contrary to jpg, a …
-1
votes
3answers
68 views
How can I convert eps to jpg?
how can i convert eps image to jpg/png. any good application you can suggest.
0
votes
2answers
131 views
[AS3] print a jpg
Hey guys,
I've been trying to print a dynamically loaded jpg and for some reason it's never printing to scale, not sure what I'm doing wrong so here's what I've done so far
var r …
4
votes
7answers
183 views
JPG to PDF Convertor in C#
I would like to convert from JPG to PDF, I've checked out ImageMagickNET, but it is far too complex for what I am after doing, it needs to be simple.
Any pointers would be welcome …
0
votes
2answers
55 views
Displaying jpg image on JPanel
How can I display jpg image which I stored in arraylist in JPanel?
Im not able to display the jpg files in the JPanel.
String[] pictureFile = {"A.jpg","B.jpg","C.jpg"};
List< …
1
vote
2answers
67 views
jpg displaying differently in Firefox and IE
I've recently been working on a website that uses a mix of png and jpg files. I used a few jpgs because of size issues. Everything was working great, until I tested it in IE. In al …
0
votes
2answers
558 views
Flash -> ByteArray -> AMFPHP -> Invalid Image !??
Hi,
Im loading images into Flash and using JPGEncoder to encode the image to a ByteArray and send this to AMF PHP which writes out the bytearray to a file. This all appears to wor …
0
votes
1answer
345 views
Why is JPGEncoded bytearray sent from AS3 to AMFPHP resulting in an invalid image?
Hi,
Im loading images into Flash and using JPGEncoder to encode the image to a ByteArray and send this to AMF PHP which writes out the bytearray to a file. This all appears to wor …
0
votes
1answer
30 views
Working with images when uploading in Adobe Flex
Hi there!
I'm beginner with Flex and I already have a hard task to develop, so I could use some help! :)
What I have to do is upload some images to a server, which is OK, but bef …
0
votes
0answers
35 views
Capture screen shot with mouse cursor
Hi,
I have used the following code to get screen shot on Windows.
hdcMem = CreateCompatibleDC (hdc) ;
int cx = GetDeviceCaps (hdc, HORZRES);
int cy = GetDeviceCaps (hdc, VERTRE …
0
votes
4answers
54 views
How to resize jpg file by PHP?
It's now 925*1139,I want to change it to 90*110.
