Lou Franco

13,209
Reputation
485 views

Registered User

name Lou Franco
member for 1 year
seen 12 hours ago
website
location Northampton, MA
age 39
VP of Product Strategy (Tools) at Atalasoft, publisher of DotImage .NET Imaging SDKs and Vizit, the Document Viewer for SharePoint. iPhone developer (Habits)
1d
accepted Help designing database for a twitter web application
1d
answered Help designing database for a twitter web application
1d
comment Wrapping image around objects in web app
PolygonTransform is in Atalasoft.Imaging.ImageProcessing.Transforms. It only supports convex polygons, but if you use a mug like on cafepress, that would work. If you need concave polygons, you need to split up the image and use quadrilateral warps. It would probably be easier if you contact us and give us a way to send you some code to get started.
1d
comment C# Resized images have black borders.
post your input image
1d
revised C# Resized images have black borders.
added 2 characters in body
1d
accepted How to manage feedback from testers?
2d
awarded  Mortarboard
2d
answered what is the idea behind scaling an image using lanczos?
Dec
4
accepted how to write text and an image to a Response.OutputStream in ASP.NET
Dec
4
answered how to write text and an image to a Response.OutputStream in ASP.NET
Dec
4
comment How to print a PDF from the browser
iTextSharp is a PDF toolkit.
Dec
3
answered how to update a Django page without a page reload ?
Dec
3
answered Wrapping image around objects in web app
Dec
2
revised pdf resize in browser before opening
edited tags
Dec
1
accepted How is exif info encoded?
Nov
30
accepted GUI Design: How do you do it?
Nov
30
answered How to manage feedback from testers?
Nov
30
answered How is exif info encoded?
Nov
26
awarded  Nice Answer
Nov
25
answered is there an existing deepzoom equivalent for winforms ?
Nov
25
accepted How to use std::wstring with std::istringstream?
Nov
25
answered How to use std::wstring with std::istringstream?
Nov
19
answered C# delegate with string reference to c++ callback
Nov
19
comment Best policy for “article’s photo” in a magazine online?
It's up to you and how you code it. You could check to see if the result file exists and skip it. Probably the best thing to do is to create the 2 other images right after the original is uploaded -- then they are already there when the request comes in.
Nov
19
accepted Best policy for “article’s photo” in a magazine online?
Nov
19
answered Can I hide or make my iphone Application unsearchable on the App Store?
Nov
19
comment Best policy for “article’s photo” in a magazine online?
When you call convert on the server, the output jpeg will be on the server, but you could copy it to a folder in your webroot and then put an img tag in the page that uses it.
Nov
19
accepted WhichdDatabase would prove efficient?
Nov
18
comment Best policy for “article’s photo” in a magazine online?
With imagemagick, you just need to call convert in.jpg -resize 400x400 out.jpg and it's done. You can control the type of resizing if you want. I have never used firework, but imagemagick is very simple. More info: imagemagick.org/Usage/resize
Nov
18
answered Problems with updating records in django-admin
Nov
18
answered Best policy for “article’s photo” in a magazine online?
Nov
18
revised How to create a program using C/C++/JAVA
added 110 characters in body; edited tags
Nov
17
accepted How scalable is LINQ?
Nov
17
accepted C# Composite pattern and Database Access
Nov
16
comment What is an efficient algorithm to find whether a singly linked list is circular/cyclic or not?
if i!=j at the start of the loop, then i cannot equal j after the first increment of j because i is incremented first.
Nov
12
accepted Try-Catch and how throw work in catch block
Nov
11
accepted How to restrict access to my DLL
Nov
9
comment Running numbers in SQL
It's DBMS dependent -- what do you use?
Nov
9
answered Running numbers in SQL
Nov
9
answered How to restrict access to my DLL
Nov
5
answered How do I access to an address in memory with c#?
Nov
5
answered When are two enums equal in C#?
Nov
5
comment How Is The Structure Of a Image
Only because you used the word "mount" -- I need to ask. Are you talking about disk images -- like .iso files that represent an entire filesystem -- or are you talking about photographic images? Mounting is something that is associated with disk images, but all of the answers seem to think you are talking about photos.
Nov
2
accepted Best way to remove “noise” words in ASP .NET 3.5 Web App?
Oct
31
comment iPhone image upload in background.
I'm not sure that's true. Email and Safari seem to do things in the background (email definitely continues to download my messages). There are probably non-public API's to do it. However, if you call them, you will be rejected.
Oct
30
answered Security risks of using eval() to execute user input in JavaScript
Oct
28
comment Interfacing with the end-user’s scanner from a webapp (web/scanner integration)
The applet would have to be trusted. There is no way to do this in a browser without the user accepting some kind of trust elevation.
Oct
28
revised How can I check if an Image exists at http://someurl/myimage.jpg in C#/ASP.NET
added 2 characters in body
Oct
28
comment Interfacing with the end-user’s scanner from a webapp (web/scanner integration)
I am from Atalasoft. We are publishing a CodeProject next week on this exact issue -- would happily send you the doc if you email me: lou -dot- franco -at- atalasoft.com (replace -dot- and -at-).
Oct
28
revised Does Mac OS X have a better installation story than Windows?
edited title