Click here to Skip to main content
15,914,500 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: I See A Roomba-powered Tank in Your Future Pin
obermd1-Jun-21 6:38
obermd1-Jun-21 6:38 
GeneralRe: I See A Roomba-powered Tank in Your Future Pin
obermd1-Jun-21 6:40
obermd1-Jun-21 6:40 
GeneralRe: I See A Roomba-powered Tank in Your Future Pin
Mycroft Holmes1-Jun-21 13:16
professionalMycroft Holmes1-Jun-21 13:16 
GeneralCrouching Tiger, Hidden Complexity Pin
honey the codewitch31-May-21 18:59
mvahoney the codewitch31-May-21 18:59 
GeneralRe: Crouching Tiger, Hidden Complexity Pin
Super Lloyd31-May-21 20:03
Super Lloyd31-May-21 20:03 
GeneralRe: Crouching Tiger, Hidden Complexity Pin
honey the codewitch31-May-21 20:28
mvahoney the codewitch31-May-21 20:28 
GeneralRe: Crouching Tiger, Hidden Complexity Pin
megaadam1-Jun-21 4:47
professionalmegaadam1-Jun-21 4:47 
GeneralRe: Crouching Tiger, Hidden Complexity Pin
honey the codewitch1-Jun-21 4:53
mvahoney the codewitch1-Jun-21 4:53 
I can't shift one pixel horizontally at a time because JPEGs are compressed in 8x8 chunks left to right, top to bottom.

Now, I could resize those, but like i said I'd get artifacts. I need to overlap. It's easy enough to do horizontally, but vertically is a problem because I need to store 2ximage_widthx2 bytes worth of pixels to do bicubic sampling vertically. That's a huge problem RAM wise, and it complicates the algorithm significantly.

My other option, and I'm not 100% sure about this, is to do two passes over the image, and do the "in betweens" vertically on the second pass. I'm not even sure this will work as so far I only have a vague sketch of the concept in my head, but if possible it will probably be the route I go.
Real programmers use butterflies

QuestionRe: Crouching Tiger, Hidden Complexity Pin
megaadam1-Jun-21 5:21
professionalmegaadam1-Jun-21 5:21 
AnswerRe: Crouching Tiger, Hidden Complexity Pin
honey the codewitch1-Jun-21 5:32
mvahoney the codewitch1-Jun-21 5:32 
QuestionRe: Crouching Tiger, Hidden Complexity Pin
megaadam1-Jun-21 7:51
professionalmegaadam1-Jun-21 7:51 
AnswerRe: Crouching Tiger, Hidden Complexity Pin
honey the codewitch1-Jun-21 8:08
mvahoney the codewitch1-Jun-21 8:08 
GeneralSuggestions for Folder Viewer Pin
Richard Andrew x6431-May-21 11:50
professionalRichard Andrew x6431-May-21 11:50 
GeneralRe: Suggestions for Folder Viewer Pin
Mircea Neacsu31-May-21 12:09
Mircea Neacsu31-May-21 12:09 
GeneralRe: Suggestions for Folder Viewer Pin
Richard Andrew x6431-May-21 12:39
professionalRichard Andrew x6431-May-21 12:39 
GeneralRe: Suggestions for Folder Viewer Pin
Mircea Neacsu31-May-21 12:46
Mircea Neacsu31-May-21 12:46 
GeneralRe: Suggestions for Folder Viewer Pin
Richard Andrew x6431-May-21 12:51
professionalRichard Andrew x6431-May-21 12:51 
GeneralRe: Suggestions for Folder Viewer Pin
Mycroft Holmes31-May-21 12:11
professionalMycroft Holmes31-May-21 12:11 
GeneralRe: Suggestions for Folder Viewer Pin
Richard Andrew x6431-May-21 12:51
professionalRichard Andrew x6431-May-21 12:51 
GeneralRe: Suggestions for Folder Viewer Pin
Wendelius31-May-21 18:57
mentorWendelius31-May-21 18:57 
GeneralRe: Suggestions for Folder Viewer Pin
Jörgen Andersson31-May-21 20:13
professionalJörgen Andersson31-May-21 20:13 
GeneralRe: Suggestions for Folder Viewer Pin
Gerry Schmitz31-May-21 22:13
mveGerry Schmitz31-May-21 22:13 
GeneralI've spent the last two days building myself a router table Pin
OriginalGriff31-May-21 9:44
mveOriginalGriff31-May-21 9:44 
GeneralRe: I've spent the last two days building myself a router table Pin
Mike Hankey31-May-21 10:07
mveMike Hankey31-May-21 10:07 
GeneralRe: I've spent the last two days building myself a router table Pin
David O'Neil31-May-21 11:31
professionalDavid O'Neil31-May-21 11:31 

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.