Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
mftaha
/
JavaScript-Load-Image
Public
forked from
blueimp/JavaScript-Load-Image
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Jun 26, 2013
Updated path to canvas.toBlob polyfill library.
blueimp
committed
75eb5b4
View commit details
Copy full SHA for 75eb5b4
Browse repository at this point
Refactored demo implementation.
Show description for adacaf4
blueimp
committed
adacaf4
View commit details
Copy full SHA for adacaf4
Browse repository at this point
Commits on Jun 17, 2013
Added missing tags for Exif version 2.3. Fixes #25.
blueimp
committed
aea610a
View commit details
Copy full SHA for aea610a
Browse repository at this point
Added comment for the maxMetaDataSize option.
blueimp
committed
7ad3b0b
View commit details
Copy full SHA for 7ad3b0b
Browse repository at this point
Break out of the loop if the marker length exceeds the data view length.
Show description for e6f48c1
blueimp
committed
e6f48c1
View commit details
Copy full SHA for e6f48c1
Browse repository at this point
Commits on Jun 12, 2013
Provide the loadImage.blobSlice method only if the browser supports slicing Blobs.
blueimp
committed
30fc45c
View commit details
Copy full SHA for 30fc45c
Browse repository at this point
Added meta data tests.
blueimp
committed
e6f20ab
View commit details
Copy full SHA for e6f20ab
Browse repository at this point
Commits on Jun 11, 2013
Fixed demo error.
blueimp
committed
6fe3dc9
View commit details
Copy full SHA for 6fe3dc9
Browse repository at this point
Added an extension to parse image meta data, including Exif tags and thumbnails.
Show description for ac19731
blueimp
committed
ac19731
View commit details
Copy full SHA for ac19731
Browse repository at this point
Commits on Jun 5, 2013
Catch "No Exif data" errors.
Show description for 02dcbd0
blueimp
committed
02dcbd0
View commit details
Copy full SHA for 02dcbd0
Browse repository at this point
Commits on Jun 4, 2013
Updated the minified version.
blueimp
committed
2c2d703
View commit details
Copy full SHA for 2c2d703
Browse repository at this point
Added orientation tests.
blueimp
committed
19c1299
View commit details
Copy full SHA for 19c1299
Browse repository at this point
Assume canvas:true if an orientation is given.
blueimp
committed
4c10b9b
View commit details
Copy full SHA for 4c10b9b
Browse repository at this point
Updated package version.
blueimp
committed
7a31e83
View commit details
Copy full SHA for 7a31e83
Browse repository at this point
Added orientation information to the options listing.
blueimp
committed
a066985
View commit details
Copy full SHA for a066985
Browse repository at this point
Updated the minified version.
blueimp
committed
727f9cd
View commit details
Copy full SHA for 727f9cd
Browse repository at this point
Added an EXIF Reader library to demonstrate the orientation option.
blueimp
committed
c48262a
View commit details
Copy full SHA for c48262a
Browse repository at this point
Accept the reading method as third argument to loadImage.readFile.
blueimp
committed
1982975
View commit details
Copy full SHA for 1982975
Browse repository at this point
Commits on Jun 3, 2013
Added orientation support.
blueimp
committed
f4d13a3
View commit details
Copy full SHA for f4d13a3
Browse repository at this point
Commits on Apr 26, 2013
Added crop option to enfore maxWidth & maxHeight constraints.
blueimp
committed
15a2b27
View commit details
Copy full SHA for 15a2b27
Browse repository at this point
Commits on Apr 23, 2013
Return false if file parameter is not a File, Blob or String.
blueimp
committed
7482037
View commit details
Copy full SHA for 7482037
Browse repository at this point
Fixed last merge.
blueimp
committed
271ca6a
View commit details
Copy full SHA for 271ca6a
Browse repository at this point
Merge pull request #21 from phoenix303/master
Show description for 4faf642
blueimp
committed
4faf642
View commit details
Copy full SHA for 4faf642
Browse repository at this point
Multiple errors for non blob files - fixed
Show description for 954d270
phoenix303
committed
954d270
View commit details
Copy full SHA for 954d270
Browse repository at this point
Commits on Apr 22, 2013
Added crossOrigin to the options list.
blueimp
committed
e71cfa3
View commit details
Copy full SHA for e71cfa3
Browse repository at this point
Added crossOrigin option for CORS enabled images. Fixes #19.
blueimp
committed
d1b106c
View commit details
Copy full SHA for d1b106c
Browse repository at this point
Commits on Mar 27, 2013
Minor JSLint compatibility update for latest merge.
blueimp
committed
9cce72f
View commit details
Copy full SHA for 9cce72f
Browse repository at this point
Merge pull request #17 from igorbernstein/extra_ie8_request
Show description for 679b3fe
blueimp
committed
679b3fe
View commit details
Copy full SHA for 679b3fe
Browse repository at this point
Commits on Mar 26, 2013
if the file api is not supported & the url is not a string avoid a useless request for [object]
igorbernstein
committed
892df6c
View commit details
Copy full SHA for 892df6c
Browse repository at this point
Commits on Mar 18, 2013
Use Math.ceil instead of bitwise left shift.
Show description for f1abe48
blueimp
committed
f1abe48
View commit details
Copy full SHA for f1abe48
Browse repository at this point
Commits on Mar 13, 2013
Update test page jQuery version.
blueimp
committed
0868bb5
View commit details
Copy full SHA for 0868bb5
Browse repository at this point
Create minified script and update package version.
blueimp
committed
967c910
View commit details
Copy full SHA for 967c910
Browse repository at this point
Fixed image resize algorithm for subsampled JPEGs.
Show description for 3a5e71e
blueimp
committed
3a5e71e
View commit details
Copy full SHA for 3a5e71e
Browse repository at this point
Update demo jQuery version to 1.9.1.
blueimp
committed
5010690
View commit details
Copy full SHA for 5010690
Browse repository at this point
Commits on Mar 11, 2013
Use the faster bitwise operator instead of Math.floor and parseInt.
Show description for 4a426d9
blueimp
committed
4a426d9
View commit details
Copy full SHA for 4a426d9
Browse repository at this point
Previous
Next
You can’t perform that action at this time.