Click here to Skip to main content
15,891,951 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Plugin Interface Question Pin
User 1278227-Dec-06 11:39
User 1278227-Dec-06 11:39 
QuestionWin-Sockets / Unicode Pin
FreeCastle22-Dec-06 9:44
FreeCastle22-Dec-06 9:44 
AnswerRe: Win-Sockets / Unicode Pin
Mark Salsbery22-Dec-06 12:04
Mark Salsbery22-Dec-06 12:04 
GeneralRe: Win-Sockets / Unicode Pin
FreeCastle22-Dec-06 20:57
FreeCastle22-Dec-06 20:57 
GeneralRe: Win-Sockets / Unicode Pin
Gary R. Wheeler23-Dec-06 3:12
Gary R. Wheeler23-Dec-06 3:12 
GeneralRe: Win-Sockets / Unicode Pin
Mark Salsbery23-Dec-06 6:52
Mark Salsbery23-Dec-06 6:52 
GeneralRe: Win-Sockets / Unicode Pin
FreeCastle28-Dec-06 3:57
FreeCastle28-Dec-06 3:57 
QuestionHandling images Pin
hint_5422-Dec-06 9:04
hint_5422-Dec-06 9:04 
Greetings

I'm building a website that has an automate engine to display pictures. There is a menu that lets you choose the event. The directories are organized like this:

- root
-- Weddings
--- WBlaBla1
---- Pic1
---- Pic2
---- PicN
--- WBlaBla2
---- Pic1
---- Pic2
---- PicN
--- SomeOtherTypeOfEventWithTheSameStructureHasPreviously
-- SomethingElse

The purpose is to sell the pictures, so it will have a cart shop. The problem is that I have the pictures in very high resolution, and I want to prevent the users from accessing the pictures in this format (i.e. 1807x1772). I know that PHP can handle this (i.e. display thumbnails) but the thing is that, with time, the events will be more and more, and this consumes space in the server, and the space is rented, offcourse.

So I had the idea of writting a C++ application that converts ALL the pictures in a directory to a low resolution version AND with a water mark, that way the sysadmin could convert the pictures before uploading them to the server. What I would like to ask is how to do this in C++, I mean, not search the pictures nor that sort of things, but how to lower the resolution and add the water mark to them. The pictures are all in JPG format.

Best regards

hint_54
AnswerRe: Handling images Pin
Mark Salsbery22-Dec-06 12:08
Mark Salsbery22-Dec-06 12:08 
GeneralRe: Handling images Pin
hint_5422-Dec-06 12:32
hint_5422-Dec-06 12:32 
AnswerRe: Handling images Pin
Mark Salsbery22-Dec-06 12:47
Mark Salsbery22-Dec-06 12:47 
GeneralRe: Handling images Pin
hint_5422-Dec-06 12:55
hint_5422-Dec-06 12:55 
Questioninclude file search sequence Pin
WBurgMo22-Dec-06 7:21
WBurgMo22-Dec-06 7:21 
AnswerRe: include file search sequence Pin
John R. Shaw23-Dec-06 12:27
John R. Shaw23-Dec-06 12:27 
QuestionIs there a way to tell how much memory you're using? Pin
BarryOg22-Dec-06 5:48
BarryOg22-Dec-06 5:48 
AnswerRe: Is there a way to tell how much memory you're using? Pin
Mark Salsbery22-Dec-06 6:03
Mark Salsbery22-Dec-06 6:03 
QuestionC++ Windows CE code to XP Pin
KellyR22-Dec-06 2:54
KellyR22-Dec-06 2:54 
AnswerRe: C++ Windows CE code to XP Pin
John R. Shaw23-Dec-06 12:42
John R. Shaw23-Dec-06 12:42 
QuestionResource compression Pin
Jörgen Sigvardsson22-Dec-06 2:06
Jörgen Sigvardsson22-Dec-06 2:06 
AnswerRe: Resource compression Pin
David Crow22-Dec-06 5:01
David Crow22-Dec-06 5:01 
GeneralRe: Resource compression Pin
Jörgen Sigvardsson22-Dec-06 5:07
Jörgen Sigvardsson22-Dec-06 5:07 
GeneralRe: Resource compression Pin
Michael Dunn22-Dec-06 8:31
sitebuilderMichael Dunn22-Dec-06 8:31 
GeneralRe: Resource compression Pin
Jörgen Sigvardsson22-Dec-06 8:49
Jörgen Sigvardsson22-Dec-06 8:49 
GeneralRe: Resource compression Pin
Michael Dunn22-Dec-06 9:17
sitebuilderMichael Dunn22-Dec-06 9:17 
QuestionClipboard Functionality not working in VC.Net Version. Pin
uday kiran janaswamy22-Dec-06 1:58
uday kiran janaswamy22-Dec-06 1:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.