Click here to Skip to main content
15,888,218 members
Home / Discussions / C#
   

C#

 
GeneralRe: Is there anything built in for distributed applications? Pin
SledgeHammer0115-Mar-11 14:24
SledgeHammer0115-Mar-11 14:24 
AnswerIt's Similar with my case. Pin
SungBae.Han15-Mar-11 13:16
SungBae.Han15-Mar-11 13:16 
AnswerRe: Is there anything built in for distributed applications? Pin
Albert Holguin15-Mar-11 13:31
professionalAlbert Holguin15-Mar-11 13:31 
AnswerRe: Is there anything built in for distributed applications? Pin
GlobX15-Mar-11 20:01
GlobX15-Mar-11 20:01 
Question_msize() on managed data arrays? Pin
Chesnokov Yuriy15-Mar-11 8:38
professionalChesnokov Yuriy15-Mar-11 8:38 
AnswerRe: _msize() on managed data arrays? Pin
_Erik_16-Mar-11 4:13
_Erik_16-Mar-11 4:13 
QuestionImage Quality Improve Pin
Orcun Iyigun15-Mar-11 8:21
Orcun Iyigun15-Mar-11 8:21 
AnswerRe: Image Quality Improve Pin
Luc Pattyn15-Mar-11 8:42
sitebuilderLuc Pattyn15-Mar-11 8:42 
Hi,

IMO the best approach is to create a totally new barcode, i.e. scan the original at its original size (result is a string), then "print" that string to a new barcode at the size you want. There are a number of articles available on barcodes here on CodeProject.

You can try to use the existing one and rescale it, however then you must avoid all interpolation, therefore I suggest you use InterpolationMode.NearestNeighbor Even then the best results are to be expected when the resizing is by a simple fraction such as 1/2 or 2/3. Don't expect any success with extreme resizing, say 1/10.

Smile | :)
Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, improve readability, and make me actually look at the code.

modified on Tuesday, March 15, 2011 2:50 PM

GeneralRe: Image Quality Improve Pin
Orcun Iyigun15-Mar-11 9:14
Orcun Iyigun15-Mar-11 9:14 
QuestionCrystal Reports Problem Pin
Kevin Marois15-Mar-11 8:00
professionalKevin Marois15-Mar-11 8:00 
AnswerRe: Crystal Reports Problem Pin
Q_rioso28-Apr-11 1:34
Q_rioso28-Apr-11 1:34 
Questionrun program from many PCs and database in one machine ? Pin
Nabawoka15-Mar-11 6:53
Nabawoka15-Mar-11 6:53 
AnswerRe: run program from many PCs and database in one machine ? Pin
Praveen Raghuvanshi15-Mar-11 7:02
professionalPraveen Raghuvanshi15-Mar-11 7:02 
GeneralRe: run program from many PCs and database in one machine ? Pin
Nabawoka15-Mar-11 7:05
Nabawoka15-Mar-11 7:05 
AnswerRe: run program from many PCs and database in one machine ? Pin
Dan Mos15-Mar-11 7:50
Dan Mos15-Mar-11 7:50 
GeneralRe: run program from many PCs and database in one machine ? Pin
Nabawoka15-Mar-11 8:16
Nabawoka15-Mar-11 8:16 
GeneralRe: run program from many PCs and database in one machine ? Pin
Dan Mos15-Mar-11 8:25
Dan Mos15-Mar-11 8:25 
QuestionCoverting MP3's to MP3 Pro VBR Pin
Chrispie12315-Mar-11 4:59
Chrispie12315-Mar-11 4:59 
QuestionEncryption with advapi32.dll Pin
garfield18515-Mar-11 3:38
garfield18515-Mar-11 3:38 
AnswerRe: Encryption with advapi32.dll Pin
Richard MacCutchan15-Mar-11 3:47
mveRichard MacCutchan15-Mar-11 3:47 
GeneralRe: Encryption with advapi32.dll Pin
garfield18515-Mar-11 4:45
garfield18515-Mar-11 4:45 
GeneralRe: Encryption with advapi32.dll Pin
Richard MacCutchan15-Mar-11 4:56
mveRichard MacCutchan15-Mar-11 4:56 
GeneralRe: Encryption with advapi32.dll Pin
garfield18515-Mar-11 5:06
garfield18515-Mar-11 5:06 
GeneralRe: Encryption with advapi32.dll Pin
Richard MacCutchan15-Mar-11 5:20
mveRichard MacCutchan15-Mar-11 5:20 
GeneralRe: Encryption with advapi32.dll Pin
OriginalGriff15-Mar-11 5:27
mveOriginalGriff15-Mar-11 5:27 

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.