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
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
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
mapnik
/
node-mapnik
Public
Notifications
You must be signed in to change notification settings
Fork
165
Star
545
Code
Issues
99
Pull requests
5
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
node-mapnik
src
mapnik_image_from_bytes.cpp
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 27, 2021
Merge pull request #979 from mapnik/artemp/issue-978
Show description for c50e463
artemp
authored
c50e463
View commit details
Copy full SHA for c50e463
View code at this point
Browse repository at this point
Commits on Oct 25, 2021
Image constructor - pass `width`, `height`, `premultipled` and `painted` in `CallbackInfo` and avoid mutating input `Buffer` object (ref https://github.com/mapnik/node-mapnik/pull/979#discussion_r…
artemp
committed
2aef6f5
View commit details
Copy full SHA for 2aef6f5
View code at this point
Browse repository at this point
Commits on Oct 8, 2021
Image/ImageView - ensure underlying buffer is kept alive by storing Napi::Persistent when Image/ImageView doesn't own it (ref #978)
artemp
committed
c05da3e
View commit details
Copy full SHA for c05da3e
View code at this point
Browse repository at this point
Commits on Apr 6, 2021
Fix grammar in error messages
rnevius
committed
32a3e45
View commit details
Copy full SHA for 32a3e45
View code at this point
Browse repository at this point
Commits on Nov 10, 2020
apply clang-format
artemp
committed
f6b6f80
View commit details
Copy full SHA for f6b6f80
View code at this point
Browse repository at this point
Commits on Oct 29, 2020
remove `reinterpret_cast` usage by changing Napi::Buffer<T> specialisation.
artemp
committed
f529ce3
View commit details
Copy full SHA for f529ce3
View code at this point
Browse repository at this point
Commits on Oct 16, 2020
No need to `escape` `env.Undefined()` (ref #961)
artemp
committed
9e79f08
View commit details
Copy full SHA for 9e79f08
View code at this point
Browse repository at this point
Replace bogus Object->Value->Object conversions e.g scope.Escape(napi_value(obj)).ToObject() => scope.Escape(obj) (ref #961)
artemp
committed
485b8b6
View commit details
Copy full SHA for 485b8b6
View code at this point
Browse repository at this point
Commits on May 14, 2020
N-API make Image.constructor private and make async workers friends (WIP) [skip ci]
artemp
committed
9de51d9
View commit details
Copy full SHA for 9de51d9
View code at this point
Browse repository at this point
Commits on Apr 30, 2020
N-API return `env.Undefined()` after throwing JS exception (WIP) [skip ci]
artemp
committed
1c97d78
View commit details
Copy full SHA for 1c97d78
View code at this point
Browse repository at this point
N-API Remove redundant IsNull() && IsUndefined() checks (WIP) [skip ci]
artemp
committed
2a3ca71
View commit details
Copy full SHA for 2a3ca71
View code at this point
Browse repository at this point
N-API Image.fromBufferSync (WIP) [skip ci]
artemp
committed
a5a9e1a
View commit details
Copy full SHA for a5a9e1a
View code at this point
Browse repository at this point
Commits on Apr 29, 2020
N-API: Image.fromBytes Image.fromBytesSync Image.fromSVG Image.fromSVGSync Image.fromSVGBytes Image.fromSVGBytesSync (WIP) [skip ci]
artemp
committed
80f9649
View commit details
Copy full SHA for 80f9649
View code at this point
Browse repository at this point
Loading
You can’t perform that action at this time.