Do NOT use this tag: it is ambiguous. Depending on context, prefer tags like [progressive-web-apps] or [jpeg].
Questions tagged [progressive]
81 questions
0
votes
1 answer
How can I parse a progressive JPG
I am writing a 'clean-room' program that requires parsing/unparsing of jpegs. I have found all the information I need to parse/unparse baseline jpegs, but I cannot find the information that I need to parse/unparse progressive jpegs.
I need to be…

DrPhill
- 614
- 5
- 16
0
votes
1 answer
Progressive JPEG in libjpeg
I would like to know how to use libjpeg for progressive compression. Especially, how to use spectral selection or successive approximation only, or both (full progression).
As far as I know, there are parameters Ss and Se (start/end of spectral…

Artyshan
- 43
- 1
- 6
0
votes
2 answers
Progressive jpeg vs baseline jpegs
I have a web gallery where I display images which vary in file sizes and resolutions uploaded by users. Currently all the images are baseline. So I would like to know whether it would really have any significant impact if I converted them to…

Ayan
- 2,738
- 3
- 35
- 76
0
votes
1 answer
Sonos progressive download
From Sonos documentation I saw that Sonos only supports Mp3 streaming over RTSP or over Shoutcast over HTTP.
Is it possible to streaming tracks in a MP3 format through HTTP using progressive download instead of ShoutCast in Sonos?

Felipe Padilha
- 3
- 1
0
votes
1 answer
How do progressive load article in javascript
How do progressive load cells flock together after the end of the page in javascript ?
This is my page
0
votes
1 answer
Manifest 'https://www.example.com/manifest.json' is not http 200
I am trying to create progressive app for my website. I created the manifest.json file and uploaded in server. Then I gave a link for the manifest file in my home page. The manifest file is proper but when i try to check it using my site url then…

saikat mukherjee
- 355
- 1
- 3
- 17
0
votes
1 answer
multiple python progressive progresssbar with varying lengths
I am trying to use the progressive python progressbar to create two stacked progressbar. It should look something like
Articles[####### ]
Links [############]
So if you notice, two progress bars are of differing lengths. I have some…

krishnab
- 9,270
- 12
- 66
- 123
0
votes
0 answers
Exo Player Progressive Playback
I want to playback offline playready streams using ExoPlayer , using Downloaded Audio and video fragments(chunks). Even i do have manifest and Quality level of both Streams.Is there a direct support or should i do it by having custom…

Vishwanath Patil
- 1
- 2
0
votes
1 answer
Progressive JPG over HTTPS (SSL/TLS)
Progressive JPG is a image format, that contains low quality snapshots. These snapshots can be displayed during the transmission of the higher quality snapshot, which gives better end-user experience.
Progressive JPG is a image format, that can be…

user2449761
- 1,169
- 13
- 25
0
votes
0 answers
Form progression when using same form on multiple pages (javascript)
I have a very specific issue I need to address.
I'm using a marketing automation platform which will pre-populate the values of fields where the database has a value stored on page load.
The objective is to ask the user a series of questions on the…

sh3r0y
- 1
0
votes
1 answer
Solr range gap progressive
Is there a way of having ranges (price) with a progressive gap, rather than a fixed one?
Like this:
0-100
100-150
150-250
250-400
400-600

cili
- 1,037
- 2
- 19
- 34
0
votes
0 answers
how to load background Image progressively as received?
I have a 635 KB JPG file as background and It does not get displayed until the page is loaded.
That is making my website look ugly as soon as someone hits it.
How do I make it load progressively as received?
My css is
html {
background:…

spod
- 406
- 3
- 5
- 19
0
votes
1 answer
How to stream vertices in WebGL?
I have written a program for displaying a model using WebGL. The program takes the input data(-vertices, indices, color) from an XML and is working very well. However, it takes some amount of time (during which the browser is unresponsive) to load…

grajesh
- 91
- 1
- 1
- 3
0
votes
1 answer
Slow loading SharePoint WebPart to run separately and progressively independent of initial page load
We have a webpart for a SharePoint project that gathers active directory information and takes a good amount of time to load, and drastically slows down load time on pages.
I'm not sure if i can improve the efficiency of the webpart, but what i want…

SomeRandomDeveloper
- 489
- 2
- 13
- 33