CN101923559A - Image file management method and system - Google Patents

Image file management method and system Download PDF

Info

Publication number
CN101923559A
CN101923559A CN 201010134877 CN201010134877A CN101923559A CN 101923559 A CN101923559 A CN 101923559A CN 201010134877 CN201010134877 CN 201010134877 CN 201010134877 A CN201010134877 A CN 201010134877A CN 101923559 A CN101923559 A CN 101923559A
Authority
CN
China
Prior art keywords
image
request
storage
compress mode
stored record
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN 201010134877
Other languages
Chinese (zh)
Other versions
CN101923559B (en
Inventor
李洁鲁
陈子文
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Wondershare Technology Co ltd
Original Assignee
Shenzhen Wondershare Software Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shenzhen Wondershare Software Co Ltd filed Critical Shenzhen Wondershare Software Co Ltd
Priority to CN201010134877A priority Critical patent/CN101923559B/en
Publication of CN101923559A publication Critical patent/CN101923559A/en
Application granted granted Critical
Publication of CN101923559B publication Critical patent/CN101923559B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Processing Or Creating Images (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention provides image file management method and system, relating to the image storage technology and aiming at solving the defects of obtaining and displaying images slowly and easily generating disk fragments after an image is deleted in the prior art. The image file managing method comprises the storage steps of: receiving an image storage request, extracting attribute information of an image, finding useable storage positions in a corresponding storage region in a managing file and corresponding compression modes according to the image resolution; and compressing the image to the size corresponding to the compression mode according to the compression mode, then storing the compressed image to the useable storage position, generating a storage record according to the attribute information and the like, and adding into the managing file. Image data is classified and stored according to the resolution. Therefore, the speed of acquiring and displaying the image can be improved, and the disk fragments generated in the deletion are reduced. In addition, various kinds of attribute information of the image data are recorded by the image managing file to strengthen the management of the image data.

Description

A kind of image file management method and system
Technical field
The present invention relates to image storage technique, more particularly, relate to a kind of image file management method and system.
Background technology
Continuous progress along with memory technology, portable mobile apparatus is more and more universal, network application is more and more ripe, multimedia technology is ubiquitous, photo, image media are brought into play increasing effect in people's life and work, wherein Image Sharing, image transmission, image management are operated more and more frequent.In order better to share image, images, managing image, industry is released various processing modes one after another, but whole structure is not so good.Prior art generally adopts single image to deposit separately, generates single file then and manages.In order in unit capacity, to store more images, thus the general mode that picture quality or high compression rate compression algorithm image reduce the view data size that reduces that adopts.Yet there are many defectives in the conventional images way to manage, and for example display speed is slow excessively, makes period of reservation of number longer; Display effect is relatively poor, is prone to mosaic, image blurring phenomenon etc.; It is more to produce disk fragments behind the deleted image, is not easy to hyperdisk, shortens disk serviceable life; Search every image inconvenience, dumb, not rapid; Image is independent, can't guarantee the integrality of every cover image.
Therefore, need a kind of image management technical scheme, to solve the above-mentioned defective that exists among the prior art.
Summary of the invention
The technical problem to be solved in the present invention is, at prior art easy defective that produces disk fragments behind deleted image, provides a kind of image file management method and system.
The technical solution adopted for the present invention to solve the technical problems is:
A kind of image file management method comprises:
Storing step comprises:
Receive image storage request, extract the attributes of images information of request storage, wherein this attribute information comprises sign and resolution;
Resolution according to the image of described request storage is searched the available storage location in this resolution corresponding storage in the continuous storage space that sets in advance in management document, and corresponding compress mode;
To ask the size of the compression of images of storage according to described compress mode to this compress mode correspondence, image after will compressing then stores this available storage location into, and generate stored record, and it is added in the management document corresponding to the image of this request storage according to described attribute information, described compress mode and described available storage location.
In method provided by the invention, also comprise:
Read step comprises:
Receive image and read request, the sign of the image that the request of extraction is read;
Search corresponding stored record in the management document according to being identified at of image that described request reads;
The compress mode of the image that the described stored record search request of foundation reads and the memory location in the described continuous storage space that sets in advance;
Determine described size of images according to described compress mode, read the image that described request reads in this memory location, and after decompression, return according to described compress mode according to this size.
In method provided by the invention, also comprise:
The deletion step comprises:
Receive the image-erasing request, extract the sign of the image of request deletion;
Being identified at of image according to the described request deletion searched corresponding stored record in the management document;
The memory location of image in the described continuous storage space that sets in advance according to described stored record search request deletion;
The image of request deletion is deleted from described memory location, and deleted described stored record.
The present invention also provides a kind of image file management system, comprising:
The storage operation module is used for:
Receive image storage request, extract the attributes of images information of request storage, wherein this attribute information comprises sign and resolution;
Resolution according to the image of described request storage is searched the available storage location in this resolution corresponding storage in the continuous storage space that sets in advance in management document, and corresponding compress mode;
To ask the size of the compression of images of storage according to described compress mode to this compress mode correspondence, image after will compressing then stores this available storage location into, and generate stored record, and it is added in the management document corresponding to the image of this request storage according to described attribute information, described compress mode and described available storage location.
In system provided by the invention, also comprise:
Read module is used for:
Receive image and read request, the sign of the image that the request of extraction is read;
Search corresponding stored record in the management document according to being identified at of image that described request reads;
The compress mode of the image that the described stored record search request of foundation reads and the memory location in the described continuous storage space that sets in advance;
Determine described size of images according to described compress mode, read the image that described request reads in this memory location, and after decompression, return according to described compress mode according to this size.
In system provided by the invention, also comprise:
Removing module is used for:
Receive the image-erasing request, extract the sign of the image of request deletion;
Being identified at of image according to the described request deletion searched corresponding stored record in the management document;
The memory location of image in the described continuous storage space that sets in advance according to described stored record search request deletion;
The image of request deletion is deleted from described memory location, and deleted described stored record.
Implement technical scheme of the present invention, have following beneficial effect: the present invention sorts out view data according to resolution, is stored in then in the continuous storage space.Just can reduce the disk fragments that deletion action produces thus.In addition, the present invention comes the various attribute informations of recording image data by the image management file, to strengthen the management to view data.
Description of drawings
The invention will be further described below in conjunction with drawings and Examples, in the accompanying drawing:
Fig. 1 is the process flow diagram according to the storing step of a preferred embodiment of the present invention;
Fig. 2 is the process flow diagram according to the read step of a preferred embodiment of the present invention;
Fig. 3 is the process flow diagram according to the deletion step of a preferred embodiment of the present invention.
Embodiment
In order to make purpose of the present invention, technical scheme and advantage clearer,, the present invention is further elaborated below in conjunction with drawings and Examples.Should be appreciated that specific embodiment described herein only in order to explanation the present invention, and be not used in qualification the present invention.
The invention provides a kind of image file management method and system, can sort out view data, be stored in then in the continuous storage space according to resolution.Just can reduce the disk fragments that deletion action produces thus.In addition, technical scheme provided by the invention is come the various attribute informations of recording image data by the image management file, to strengthen the management to view data.Below just describe technical scheme provided by the invention in detail with specific embodiment in conjunction with the accompanying drawings.
Image management method provided by the invention comprises storing step, read step and deletion step, below just in conjunction with the accompanying drawings each step is described in detail.
Fig. 1 is the process flow diagram according to the storing step 100 of a preferred embodiment of the present invention.As shown in Figure 1, storing step 100 starts from step 102.
Subsequently, at next step 104, receive image storage request, extract the attributes of images information of request storage, wherein this attribute information comprises sign and resolution.
Subsequently,, in management document, search the available storage location in this resolution corresponding storage in the continuous storage space that sets in advance according to the resolution of the image of described request storage at next step 106, and corresponding compress mode.
Subsequently, at next step 108, will ask the size of the compression of images of storage to this compress mode correspondence according to described compress mode, the image after will compressing then stores this available storage location into;
Subsequently, at next step 110, generate the stored record of asking the image of storage corresponding to this, and it is added in the management document according to described attribute information, described compress mode and described available storage location.
At last, storing step 100 ends at step 112.
Fig. 2 is the process flow diagram according to the read step 200 of a preferred embodiment of the present invention.As shown in Figure 2, read step 200 starts from step 202.
Subsequently, at next step 204, receive image and read request, the sign of the image that the request of extraction is read;
Subsequently, at next step 206, search corresponding stored record in the management document according to being identified at of image that described request reads;
Subsequently, at next step 208, the compress mode of the image that the described stored record search request of foundation reads and the memory location in the described continuous storage space that sets in advance;
Subsequently,, determine described size of images, read the image that described request reads according to this size in this memory location, and after decompression, return according to described compress mode according to described compress mode at next step 210.
At last, read step 200 ends at step 212.
Fig. 3 is the process flow diagram according to the deletion step 300 of a preferred embodiment of the present invention.As shown in Figure 3, deletion step 300 starts from step 302.
Subsequently,, receive the image-erasing request, extract the sign of the image of request deletion at next step 304;
Subsequently, at next step 306, search corresponding stored record in the management document according to being identified at of image of described request deletion;
Subsequently, at next step 308, according to the memory location of image in the described continuous storage space that sets in advance of described stored record search request deletion;
Subsequently, at next step 310, the image of request deletion is deleted from described memory location, and deleted described stored record.
At last, deletion step 300 ends at step 312.
The present invention also provides a kind of image file management system, and it comprises storage operation module, read module and removing module.
The storage operation module is used for:
Receive image storage request, extract the attributes of images information of request storage, wherein this attribute information comprises sign and resolution;
Resolution according to the image of described request storage is searched the company that sets in advance in management document
Renew the available storage location in this resolution corresponding storage in the storage space, and corresponding compress mode;
To ask the size of the compression of images of storage according to described compress mode to this compress mode correspondence, image after will compressing then stores this available storage location into, and generate stored record, and it is added in the management document corresponding to the image of this request storage according to described attribute information, described compress mode and described available storage location.
Read module is used for:
Receive image and read request, the sign of the image that the request of extraction is read;
Search corresponding stored record in the management document according to being identified at of image that described request reads;
The compress mode of the image that the described stored record search request of foundation reads and the memory location in the described continuous storage space that sets in advance;
Determine described size of images according to described compress mode, read the image that described request reads in this memory location, and after decompression, return according to described compress mode according to this size.
Removing module is used for:
Receive the image-erasing request, extract the sign of the image of request deletion;
Being identified at of image according to the described request deletion searched corresponding stored record in the management document;
The memory location of image in the described continuous storage space that sets in advance according to described stored record search request deletion;
The image of request deletion is deleted from described memory location, and deleted described stored record.
In the specific implementation process, also can comprise other management information in the management document.Below just these information are described in detail.
Management document is divided by funtion part can be divided into four parts (structure such as Fig. 2): one, file header part; Two, data management matrix section; Three, data qualification admin table part; Four, file type admin table part.
The top of file branch comprises that part begins sign, the length of this partial record file header (being used to write down the size of this part), the total length of file (is used for the record management file size, and be used for when resolution data, avoiding the skew phenomenon of makeing mistakes), the authorization information of relevant device is (because the technical program can be applicable on the equipment such as smart mobile phone and electron album, can conveniently manage different data layout on the distinct device according to device authentication information), other most of sums (being used to manage the subdivision of back), the beginning side-play amount of each part (can find relevant part start address rapidly).
The data management matrix section comprises following content:
1, beginning identification data section comprises that " data segment " begins sign, the length of " data segment ", " data management table " total length and " data type sign ", composition data segment data;
2, tabulation section comprises " tabulation section " sign, " tabulation section " length, and what images of items numbers " tabulation section " comprises;
3, images of items section, comprise " images of items section " sign, the length of " project segment ", the image numbering in tabulation, images of items section comprise the number (data directory tabulation section number is to obtain according to back file type administration module) of data directory tabulation section;
4, data directory tabulation section comprises " data directory tabulation section " sign, " data directory section " list length, " image name section " number, the deviation post of image in image file, the size of image (image it is calculated that by sexadecimal number, shared figure place), horizontal supplementary data width, vertical data is replenished height, the height of image, the width of image, (form commonly used has the compressed format of image, UYVY, RGB24, RGB565, JPEG, PNG, TIF-FAX4, TGA).
5, image file management section, " image file management section " sign, " image file management section " length, character string type (English ASCII character, UTF-8, UTF-16 etc.), string length, " data directory section " total length.
The data qualification admin table partly comprises following information:
1, data management section comprises " data management section " and begins sign, " data management section " length, " data management section " total length, " data management section " type.
2, data management tabulation section comprises " data management tabulation section " and begins sign, " data management tabulation section " length, " image special edition section " number.
3, image special edition section, " comprise image special edition section " and begin sign, " image special edition section " length, " image special edition section " total length (comprising " image special edition section " length and all " special edition item section " total length sums), " special edition item section " number (the total number that in this special edition, comprises image).
4, special edition item section is divided into " album name section " and " special edition image management section " again.
5, album name section, " album name section " begins sign, " album name section " length, " album name section " total length (comprising album name segment data self length and string length summation), character string type (English ASCII character, UTF-8, UTF-16 etc.), string length, character string itself.
6, special edition image management section, " special edition image management section " sign, " special edition image management section " length, " special edition image management section " total length, picture number (using " numbering of image in tabulation " among Fig. 2).
The file type admin table partly is used to manage the physical file of different resolution image, and this document is to carry out the difference numbering according to the rate of distinguishing, an a kind of resolution of numbering representative generally has three to four different resolution physical files in a kind of hardware.According to different compression algorithms, every image is added to each physical file afterbody sequentially.
1, file type admin table section, comprise file type admin table segment identification, file type admin table segment length, file type admin table section total length (file type admin table segment length+file type managing listings segment length+file type management item segment length), file type admin table type.
2, file type managing listings section comprises file type managing listings segment identification, file type managing listings segment length, file type management item section number.
3, file type item section comprises file type item segment identification, file type item segment length, file name numbering, single image physical data size.
In technical scheme provided by the invention, each image is the image physical data file of creating according to the different file types in the file type admin table part, the all corresponding a kind of image resolution ratio form of each physical file, and require all images to be to use unified compression algorithm to add to come in, picture size can not be greater than restricted portion, need adopt identical algorithms this Flame Image Process to be become the image of prescribed level size if exceeded the image of scope, write the corresponding file afterbody again, continuous like this adding up, thus the problem that file disperses solved.
Because all images is stored in the continuous storage space, when doing deletion,, can falls data deletion easily, and not produce too much fragment, thereby protect disk by the image physical file is handled.
Because the image physical file is to store respectively by different resolution, and by the data management table partial record in the data management table corresponding resolution file name, data-bias position, supplementary data, size of data.Data management is got up easily like this, and image manages according to the image special edition in the data qualification admin table part, and the picture number information that can obtain being correlated with by special edition obtains the position of image correspondence according to numbering, searches very fast.
When showing, choosing the different resolution image according to different display modes draws on distinct device, the velocity ratio of obtaining data like this is very fast, not needing to carry out too much picture decoding handles, CPU and memory consumption have been reduced, thereby improved display efficiency, and image displaying quality is improved also, experience also promotes greatly.
The above only is preferred embodiment of the present invention, not in order to restriction the present invention, all any modifications of being done within the spirit and principles in the present invention, is equal to and replaces and improvement etc., all should be included within protection scope of the present invention.

Claims (6)

1. an image file management method is characterized in that, comprising:
Storing step comprises:
Receive image storage request, extract the attributes of images information of request storage, wherein this attribute information comprises sign and resolution;
Resolution according to the image of described request storage is searched the available storage location in this resolution corresponding storage in the continuous storage space that sets in advance in management document, and corresponding compress mode;
To ask the size of the compression of images of storage according to described compress mode to this compress mode correspondence, image after will compressing then stores this available storage location into, and generate stored record, and it is added in the management document corresponding to the image of this request storage according to described attribute information, described compress mode and described available storage location.
2. method according to claim 1 is characterized in that, also comprises:
Read step comprises:
Receive image and read request, the sign of the image that the request of extraction is read;
Search corresponding stored record in the management document according to being identified at of image that described request reads;
The compress mode of the image that the described stored record search request of foundation reads and the memory location in the described continuous storage space that sets in advance;
Determine described size of images according to described compress mode, read the image that described request reads in this memory location, and after decompression, return according to described compress mode according to this size.
3. method according to claim 1 and 2 is characterized in that, also comprises:
The deletion step comprises:
Receive the image-erasing request, extract the sign of the image of request deletion;
Being identified at of image according to the described request deletion searched corresponding stored record in the management document;
The memory location of image in the described continuous storage space that sets in advance according to described stored record search request deletion;
The image of request deletion is deleted from described memory location, and deleted described stored record.
4. an image file management system is characterized in that, comprising:
The storage operation module is used for:
Receive image storage request, extract the attributes of images information of request storage, wherein this attribute information comprises sign and resolution;
Resolution according to the image of described request storage is searched the available storage location in this resolution corresponding storage in the continuous storage space that sets in advance in management document, and corresponding compress mode;
To ask the size of the compression of images of storage according to described compress mode to this compress mode correspondence, image after will compressing then stores this available storage location into, and generate stored record, and it is added in the management document corresponding to the image of this request storage according to described attribute information, described compress mode and described available storage location.
5. system according to claim 4 is characterized in that, also comprises:
Read module is used for:
Receive image and read request, the sign of the image that the request of extraction is read;
Search corresponding stored record in the management document according to being identified at of image that described request reads;
The compress mode of the image that the described stored record search request of foundation reads and the memory location in the described continuous storage space that sets in advance;
Determine described size of images according to described compress mode, read the image that described request reads in this memory location, and after decompression, return according to described compress mode according to this size.
6. according to claim 4 or 5 described systems, it is characterized in that, also comprise:
Removing module is used for:
Receive the image-erasing request, extract the sign of the image of request deletion;
Being identified at of image according to the described request deletion searched corresponding stored record in the management document;
The memory location of image in the described continuous storage space that sets in advance according to described stored record search request deletion;
The image of request deletion is deleted from described memory location, and deleted described stored record.
CN201010134877A 2010-03-24 2010-03-24 Image file management method and system Expired - Fee Related CN101923559B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201010134877A CN101923559B (en) 2010-03-24 2010-03-24 Image file management method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201010134877A CN101923559B (en) 2010-03-24 2010-03-24 Image file management method and system

Publications (2)

Publication Number Publication Date
CN101923559A true CN101923559A (en) 2010-12-22
CN101923559B CN101923559B (en) 2012-10-10

Family

ID=43338495

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201010134877A Expired - Fee Related CN101923559B (en) 2010-03-24 2010-03-24 Image file management method and system

Country Status (1)

Country Link
CN (1) CN101923559B (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102929848A (en) * 2012-10-31 2013-02-13 上海合合信息科技发展有限公司 Generation method and generation system of PDF (Portable Document Format) documents
CN104021088A (en) * 2014-06-24 2014-09-03 广东睿江科技有限公司 Log storage method and device
CN106504183A (en) * 2015-09-08 2017-03-15 龙芯中科技术有限公司 The method and device of vertex attribute storage
CN107291679A (en) * 2016-04-05 2017-10-24 北京优朋普乐科技有限公司 A kind of poster management method, device and system
CN110182528A (en) * 2019-04-11 2019-08-30 上海快仓智能科技有限公司 Go out warehousing control method and handling system for shelf array
WO2024046082A1 (en) * 2022-08-31 2024-03-07 华为技术有限公司 Picture processing method, system, electronic device, medium, and program product

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2004032022A2 (en) * 2002-10-04 2004-04-15 International Business Machines Corporation Enhancing compression while transcoding jpeg images
CN1852437A (en) * 2006-05-16 2006-10-25 北京中星微电子有限公司 System and method compatible multiple kinds of image compression method
CN1973287A (en) * 2004-04-26 2007-05-30 斯多维兹有限公司 Method and system for compression of files for storage and operation on compressed files

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2004032022A2 (en) * 2002-10-04 2004-04-15 International Business Machines Corporation Enhancing compression while transcoding jpeg images
CN1973287A (en) * 2004-04-26 2007-05-30 斯多维兹有限公司 Method and system for compression of files for storage and operation on compressed files
CN1852437A (en) * 2006-05-16 2006-10-25 北京中星微电子有限公司 System and method compatible multiple kinds of image compression method

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102929848A (en) * 2012-10-31 2013-02-13 上海合合信息科技发展有限公司 Generation method and generation system of PDF (Portable Document Format) documents
CN104021088A (en) * 2014-06-24 2014-09-03 广东睿江科技有限公司 Log storage method and device
CN104021088B (en) * 2014-06-24 2017-11-21 广东睿江云计算股份有限公司 log storing method and device
CN106504183A (en) * 2015-09-08 2017-03-15 龙芯中科技术有限公司 The method and device of vertex attribute storage
CN106504183B (en) * 2015-09-08 2019-09-10 龙芯中科技术有限公司 The method and device of vertex attribute storage
CN107291679A (en) * 2016-04-05 2017-10-24 北京优朋普乐科技有限公司 A kind of poster management method, device and system
CN110182528A (en) * 2019-04-11 2019-08-30 上海快仓智能科技有限公司 Go out warehousing control method and handling system for shelf array
WO2024046082A1 (en) * 2022-08-31 2024-03-07 华为技术有限公司 Picture processing method, system, electronic device, medium, and program product

Also Published As

Publication number Publication date
CN101923559B (en) 2012-10-10

Similar Documents

Publication Publication Date Title
CN101923559B (en) Image file management method and system
JP2725969B2 (en) Digital data display method
US8396246B2 (en) Tagging images with labels
US8892990B2 (en) Automatic creation of a table and query tools
US20100281070A1 (en) Data file having more than one mode of operation
CN103049491A (en) Method and device for managing picture file
CN102722487A (en) Method and apparatus for file management
JP2001125894A5 (en)
US20150052159A1 (en) File name display method and system, and computer storage medium
CN102402603A (en) Method and device for providing image abstract information corresponding to thumbnail
CN101282446A (en) Image recording device, player device, imaging device, player system, method of recording image, and computer program
CN105468675A (en) Picture display system and method combining figure identification and holiday and festival information
CN106874348A (en) File is stored and the method for indexing means, device and reading file
CN111625687B (en) Method and system for quickly searching people in media asset video library through human faces
CN102831242A (en) Method and device for searching picture information
CN104391886B (en) A kind of e-book sending method and device
US20080181513A1 (en) Method, apparatus and algorithm for indexing, searching, retrieval of digital stream by the use of summed partitions
US9111398B2 (en) Method and system to perform dynamic layout of photographs
CN105677797B (en) A kind of fragment recombination method based on data similarity in JPEG picture file
CN105721810A (en) Image compression storage method and apparatus
CN104580804B (en) The method and system that a kind of picture compression uploads
CN103136264A (en) Accessory inquiring method and user terminal
CN103905694B (en) A kind of key frame processing method and system
KR20150089598A (en) Apparatus and method for creating summary information, and computer readable medium having computer program recorded therefor
CN106777107A (en) A kind of method of digital specimen tile data storage

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
C56 Change in the name or address of the patentee

Owner name: SHENZHEN WONDERSHARE INFORMATION TECHNOLOGY CO., L

Free format text: FORMER NAME: SHENZHEN WONDERSHARE SOFTWARE CO., LTD.

CP03 Change of name, title or address

Address after: 518057 Guangdong city of Shenzhen province Nanshan District Gao Xin Road, room 9 building on the north side of block A901 No. 006 TCL Industry Research Institute building A A Building 8 floor

Patentee after: SHENZHEN WONDERSHARE INFORMATION TECHNOLOGY Co.,Ltd.

Address before: Room 9, block A901 building on the north side of a building 518057 North TCL A of Guangdong Province, Shenzhen city Nanshan District South Road West ten high new technology

Patentee before: WONDERSHARE SOFTWARE Co.,Ltd.

CP03 Change of name, title or address

Address after: 850000 Tibet autonomous region, Lhasa City, New District, west of the East Ring Road, 1-4 road to the north, south of 1-3 Road, Liu Dong building, east of the 8 unit 6, floor 2, No.

Patentee after: WONDERSHARE TECHNOLOGY CO.,LTD.

Address before: 518057 Guangdong city of Shenzhen province Nanshan District Gao Xin Road, room 9 building on the north side of block A901 No. 006 TCL Industry Research Institute building A A Building 8 floor

Patentee before: SHENZHEN WONDERSHARE INFORMATION TECHNOLOGY Co.,Ltd.

CP03 Change of name, title or address
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20121010

CF01 Termination of patent right due to non-payment of annual fee