Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 534517
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T09:37:15+00:00 2026-05-13T09:37:15+00:00

We have an application that show a large image file (satellite image) from local

  • 0

We have an application that show a large image file (satellite image) from local network resource.
To speed up the image rendering, we divide the image to smaller patches (e.g. 6×6 cm) and the app tiles them appropriately.
But each time the satellite image updated, the dividing pre-process should be done, which is a time consuming work.

I wonder how can we load the patches from the original file?

PS 1: I find the LeadTools library, but we need an open source solution.

PS 2: The app is in .NET C#

Edit 1:
The format is not a point for us, but currently it’s JPG.
changing the format to a another could be consider, but BMP format is hardly acceptable, because of it large volume.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T09:37:15+00:00Added an answer on May 13, 2026 at 9:37 am

    I wote a beautifull attempt of answer to your question, but my browser ate it… 🙁

    Basically what I tried to say was:

    1.- Since Jpeg (and most compression formats) uses a secuential compression, you’ll always need to decode all the bits that are before the ones that you need.
    2.- The solution I propose need to be done with each format you need to support.
    3.- There are a lot of open source jpeg decoders that you could modify. Jpeg decoders need to decode blocks of bits (of variable size) that convert into pixel blocks of size 8×8. What you could do is modify the code to save in memory only the blocks you need and discard all the others as soon as they aren’t needed any more (basically as soon as they are decoded). With those memory-saved blocks, create the image you need.
    4.- Since Jpeg works with blocks of 8×8, your work could be easier if you work with patches of sizes multiples of 8 pixels.
    5.- The modification done to the jpeg decoder could be used to substitute the preprocessing of the images you are doing if you save the patch and discard the blocks as soon as you complete them. It would be really fast and less memory consuming.

    I know it needs a lot of work and there are a lot of details to be taken in consideration (specially if you work with color images), but if you need performance I belive you will always end fighting or playing (as you want to see it) with the bytes.

    Hope it helps.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an application with several windows/views that show the same object. For example
I have an HTML5 application that manipulates the browser history to show the proper
I have a C# Windows application that I want to ensure will show up
Let's say that I have an application frame, and I want to show a
i have a web application for video uploading,In that i want to show the
In my application, I have a large text field that allows the user to
I have a C# application that runs on a computer connected to a large
I have a web app that contains a slide show with about 10 large
In my android application I have to show the landscape view for large and
I have an application that mmaps a large number of files. 3000+ or so.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.